mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
chore: disable zlib in rusty_v8 (#1358)
This commit is contained in:
parent
9af2c16185
commit
0654d2248a
2 changed files with 4 additions and 2 deletions
5
.gn
5
.gn
|
@ -31,12 +31,15 @@ default_args = {
|
||||||
use_debug_fission = false
|
use_debug_fission = false
|
||||||
|
|
||||||
v8_enable_sandbox = false
|
v8_enable_sandbox = false
|
||||||
v8_enable_snapshot_compression = false
|
|
||||||
v8_enable_javascript_promise_hooks = true
|
v8_enable_javascript_promise_hooks = true
|
||||||
v8_promise_internal_field_count = 1
|
v8_promise_internal_field_count = 1
|
||||||
v8_use_external_startup_data = false
|
v8_use_external_startup_data = false
|
||||||
v8_use_snapshot = true
|
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
|
# Disable handle zapping for performance
|
||||||
v8_enable_handle_zapping = false
|
v8_enable_handle_zapping = false
|
||||||
# Ensure allocation of typed arrays and arraybuffers always goes through
|
# Ensure allocation of typed arrays and arraybuffers always goes through
|
||||||
|
|
1
third_party/zlib
vendored
1
third_party/zlib
vendored
|
@ -1 +0,0 @@
|
||||||
Subproject commit 18d27fa10b237fdfcbd8f0c65c19fe009981a3bc
|
|
Loading…
Reference in a new issue