aboutsummaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index 3b99d4a36e..c16db57a5e 100644
--- a/common.gypi
+++ b/common.gypi
@@ -71,6 +71,9 @@
# Still WIP in V8 7.1
'v8_enable_pointer_compression': 'false',
+ # Explicitly set to false to copy V8's default
+ 'v8_enable_31bit_smis_on_64bit_arch': 'false',
+
# New in V8 7.1
'v8_enable_embedded_builtins': 'true',