Skip to content

Commit eea60d4

Browse files
committed
build: disable v8_enable_pointer_compression_shared_cage on non-64bit
1 parent b4c5fb4 commit eea60d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
# V8 pointer compression only supports 64bit architectures.
114114
['target_arch in "arm ia32 mips mipsel"', {
115115
'v8_enable_pointer_compression': 0,
116+
'v8_enable_pointer_compression_shared_cage': 0,
116117
'v8_enable_31bit_smis_on_64bit_arch': 0,
117118
'v8_enable_external_code_space': 0,
118119
'v8_enable_sandbox': 0

0 commit comments

Comments
 (0)