0
0
Fork 0
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:
Ryan Dahl 2021-07-10 10:05:38 -07:00 committed by GitHub
parent 5c5474ceae
commit 5ca1964824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gn
View file

@ -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