Skip to content

Commit ccecf9c

Browse files
committed
build: V8 pointer compression is 64bit arch only
1 parent 40db88b commit ccecf9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common.gypi

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
104104
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
105105
}],
106+
['target_arch not in "x64 arm64"', {
107+
'v8_enable_pointer_compression': 0,
108+
'v8_enable_31bit_smis_on_64bit_arch': 0,
109+
}],
106110
['target_arch in "ppc64 s390x"', {
107111
'v8_enable_backtrace': 1,
108112
}],

0 commit comments

Comments
 (0)