chore: disable zlib in rusty_v8 (#1358)

This commit is contained in:
Matt Mastracci 2023-10-27 10:00:49 -06:00 committed by GitHub
parent 9af2c16185
commit 0654d2248a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

5
.gn
View File

@ -31,12 +31,15 @@ default_args = {
use_debug_fission = false
v8_enable_sandbox = false
v8_enable_snapshot_compression = false
v8_enable_javascript_promise_hooks = true
v8_promise_internal_field_count = 1
v8_use_external_startup_data = false
v8_use_snapshot = true
# We prefer embedders to bring their own compression
v8_use_zlib = false
v8_enable_snapshot_compression = false
# Disable handle zapping for performance
v8_enable_handle_zapping = false
# Ensure allocation of typed arrays and arraybuffers always goes through

1
third_party/zlib vendored

@ -1 +0,0 @@
Subproject commit 18d27fa10b237fdfcbd8f0c65c19fe009981a3bc