We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95e344 commit 9f46fcaCopy full SHA for 9f46fca
common.gypi
@@ -99,6 +99,11 @@
99
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
100
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
101
}],
102
+ # V8 pointer compression only supports 64bit architectures.
103
+ ['target_arch in "arm ia32 mips mipsel ppc x32"', {
104
+ 'v8_enable_pointer_compression': 0,
105
+ 'v8_enable_31bit_smis_on_64bit_arch': 0,
106
+ }],
107
['target_arch in "ppc64 s390x"', {
108
'v8_enable_backtrace': 1,
109
0 commit comments