Skip to content

Commit

Permalink
build: v8 pointer compression is 64bit arch only
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Oct 12, 2021
1 parent 40db88b commit e888420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common.gypi
Expand Up @@ -103,6 +103,10 @@
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
}],
['target_arch not in "x64 arm64"', {
'v8_enable_pointer_compression': 0,
'v8_enable_31bit_smis_on_64bit_arch': 0,
}],
['target_arch in "ppc64 s390x"', {
'v8_enable_backtrace': 1,
}],
Expand Down

0 comments on commit e888420

Please sign in to comment.