Skip to content

Commit d2c5e60

Browse files
codebyteremarco-ippolito
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 edff105 commit d2c5e60

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
@@ -112,6 +112,7 @@
112112
# V8 pointer compression only supports 64bit architectures.
113113
['target_arch in "arm ia32 mips mipsel ppc"', {
114114
'v8_enable_pointer_compression': 0,
115+
'v8_enable_pointer_compression_shared_cage': 0,
115116
'v8_enable_31bit_smis_on_64bit_arch': 0,
116117
'v8_enable_sandbox': 0
117118
}],

0 commit comments

Comments
 (0)