mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Disable snapshot compression on all platforms (#865)
It turns out that the embedder can selectively compress snapshots, resulting in better startup performance and a smaller binary size. See https://github.com/denoland/deno/pull/13320.
This commit is contained in:
parent
1cedb0eb21
commit
3315ccd4e9
2
.gn
2
.gn
@ -35,7 +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_enable_snapshot_compression = false
|
||||
v8_use_external_startup_data = false
|
||||
v8_use_snapshot = true
|
||||
is_component_build = false
|
||||
|
Loading…
Reference in New Issue
Block a user