mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-25 16:49:29 -05:00
disable siphash, v8 now uses 64-bit hash seed (#731)
This commit is contained in:
parent
5c5474ceae
commit
5ca1964824
1 changed files with 0 additions and 1 deletions
1
.gn
1
.gn
|
@ -37,7 +37,6 @@ default_args = {
|
||||||
v8_monolithic = false
|
v8_monolithic = false
|
||||||
v8_use_external_startup_data = false
|
v8_use_external_startup_data = false
|
||||||
v8_use_snapshot = true
|
v8_use_snapshot = true
|
||||||
v8_use_siphash = true
|
|
||||||
is_component_build = false
|
is_component_build = false
|
||||||
win_crt_flavor_agnostic = true
|
win_crt_flavor_agnostic = true
|
||||||
symbol_level = 1
|
symbol_level = 1
|
||||||
|
|
Loading…
Reference in a new issue