mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
This reverts commit 169d5d6ea0
.
This commit is contained in:
parent
13a5aec8c7
commit
825b1e562b
3 changed files with 4 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -19,6 +19,9 @@
|
||||||
[submodule "buildtools"]
|
[submodule "buildtools"]
|
||||||
path = buildtools
|
path = buildtools
|
||||||
url = https://github.com/denoland/chromium_buildtools.git
|
url = https://github.com/denoland/chromium_buildtools.git
|
||||||
|
[submodule "third_party/zlib"]
|
||||||
|
path = third_party/zlib
|
||||||
|
url = https://chromium.googlesource.com/chromium/src/third_party/zlib.git
|
||||||
[submodule "third_party/icu"]
|
[submodule "third_party/icu"]
|
||||||
path = third_party/icu
|
path = third_party/icu
|
||||||
url = https://github.com/denoland/icu.git
|
url = https://github.com/denoland/icu.git
|
||||||
|
|
3
.gn
3
.gn
|
@ -30,10 +30,7 @@ default_args = {
|
||||||
symbol_level = 1
|
symbol_level = 1
|
||||||
use_debug_fission = false
|
use_debug_fission = false
|
||||||
|
|
||||||
# Deno does its own snapshot compression using lz4 and zstd.
|
|
||||||
v8_use_zlib = false
|
|
||||||
v8_enable_snapshot_compression = 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
|
||||||
|
|
1
third_party/zlib
vendored
Submodule
1
third_party/zlib
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9979c19f11314156490b53da91df08c934a3c0d4
|
Loading…
Reference in a new issue