mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-12 00:54:15 -05:00
fix: re-enable v8 snapshot compression (#864)
It was disabled upstream¹, citing a minimal size bump of ~400 kB. However Deno got ~24 MB bigger, which is unacceptable. ¹ https://chromium-review.googlesource.com/c/v8/v8/+/3275554
This commit is contained in:
parent
bab4467e4d
commit
1cedb0eb21
1 changed files with 1 additions and 0 deletions
1
.gn
1
.gn
|
@ -35,6 +35,7 @@ default_args = {
|
|||
# https://cs.chromium.org/chromium/src/docs/ccache_mac.md
|
||||
clang_use_chrome_plugins = false
|
||||
v8_monolithic = false
|
||||
v8_enable_snapshot_compression = true
|
||||
v8_use_external_startup_data = false
|
||||
v8_use_snapshot = true
|
||||
is_component_build = false
|
||||
|
|
Loading…
Reference in a new issue