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 40db88b commit ccecf9cCopy full SHA for ccecf9c
1 file changed
common.gypi
@@ -103,6 +103,10 @@
103
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
104
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
105
}],
106
+ ['target_arch not in "x64 arm64"', {
107
+ 'v8_enable_pointer_compression': 0,
108
+ 'v8_enable_31bit_smis_on_64bit_arch': 0,
109
+ }],
110
['target_arch in "ppc64 s390x"', {
111
'v8_enable_backtrace': 1,
112
0 commit comments