mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
parent
00b917ab60
commit
0b90f0fdc4
3 changed files with 0 additions and 13 deletions
|
@ -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',
|
||||
|
|
|
@ -234,10 +234,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,
|
||||
|
@ -373,9 +369,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…
Add table
Add a link
Reference in a new issue