mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
tools: update V8 gypfiles for 13.9
Refs: e5c3c9bd66
PR-URL: https://github.com/nodejs/node/pull/59805
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
085a94ac9b
commit
b736370c07
|
|
@ -83,7 +83,6 @@
|
|||
'v8_enable_external_code_space%': 0,
|
||||
'v8_enable_sandbox%': 0,
|
||||
'v8_enable_v8_checks%': 0,
|
||||
'v8_enable_zone_compression%': 0,
|
||||
'v8_use_perfetto': 0,
|
||||
'tsan%': 0,
|
||||
|
||||
|
|
@ -453,9 +452,6 @@
|
|||
['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', {
|
||||
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'],
|
||||
}],
|
||||
['v8_enable_zone_compression == 1', {
|
||||
'defines': ['V8_COMPRESS_ZONES',],
|
||||
}],
|
||||
['v8_enable_sandbox == 1', {
|
||||
'defines': ['V8_ENABLE_SANDBOX',],
|
||||
}],
|
||||
|
|
|
|||
|
|
@ -193,8 +193,6 @@
|
|||
'<(ABSEIL_ROOT)/absl/hash/internal/hash.h',
|
||||
'<(ABSEIL_ROOT)/absl/hash/internal/hash.cc',
|
||||
'<(ABSEIL_ROOT)/absl/hash/internal/spy_hash_state.h',
|
||||
'<(ABSEIL_ROOT)/absl/hash/internal/low_level_hash.h',
|
||||
'<(ABSEIL_ROOT)/absl/hash/internal/low_level_hash.cc',
|
||||
'<(ABSEIL_ROOT)/absl/memory/memory.h',
|
||||
'<(ABSEIL_ROOT)/absl/meta/type_traits.h',
|
||||
'<(ABSEIL_ROOT)/absl/numeric/bits.h',
|
||||
|
|
|
|||
|
|
@ -229,10 +229,6 @@
|
|||
# for ARM64.
|
||||
'v8_control_flow_integrity%': 0,
|
||||
|
||||
# Enable V8 zone compression experimental feature.
|
||||
# Sets -DV8_COMPRESS_ZONES.
|
||||
'v8_enable_zone_compression%': 0,
|
||||
|
||||
# Enable the experimental V8 sandbox.
|
||||
# Sets -DV8_ENABLE_SANDBOX.
|
||||
'v8_enable_sandbox%': 0,
|
||||
|
|
@ -371,9 +367,6 @@
|
|||
['v8_enable_short_builtin_calls==1', {
|
||||
'defines': ['V8_SHORT_BUILTIN_CALLS',],
|
||||
}],
|
||||
['v8_enable_zone_compression==1', {
|
||||
'defines': ['V8_COMPRESS_ZONES',],
|
||||
}],
|
||||
['v8_enable_sandbox==1', {
|
||||
'defines': ['V8_ENABLE_SANDBOX',],
|
||||
}],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user