Skip to content

Commit c76585d

Browse files
codebyteretargos
authored andcommitted
build: disable v8_enable_pointer_compression_shared_cage on non-64bit
PR-URL: #58867 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 23bd4d1 commit c76585d

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
@@ -115,6 +115,7 @@
115115
# V8 pointer compression only supports 64bit architectures.
116116
['target_arch in "arm ia32 mips mipsel"', {
117117
'v8_enable_pointer_compression': 0,
118+
'v8_enable_pointer_compression_shared_cage': 0,
118119
'v8_enable_31bit_smis_on_64bit_arch': 0,
119120
'v8_enable_external_code_space': 0,
120121
'v8_enable_sandbox': 0

0 commit comments

Comments
 (0)