summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-10-10 18:29:25 +0200
committerMichaël Zasso <targos@protonmail.com>2019-03-14 18:49:46 +0100
commitd266e3e2cf1f8f78120f665e8d0b8e8dd30c2976 (patch)
tree633ceda6734dc486a61674518f1e055b8ef05d6d /common.gypi
parent9577f7724d5aab7750ffd83348d8a9245339b4d9 (diff)
downloadandroid-node-v8-d266e3e2cf1f8f78120f665e8d0b8e8dd30c2976.tar.gz
android-node-v8-d266e3e2cf1f8f78120f665e8d0b8e8dd30c2976.tar.bz2
android-node-v8-d266e3e2cf1f8f78120f665e8d0b8e8dd30c2976.zip
deps: sync V8 gypfiles with 7.2
Co-authored-by: Ujjwal Sharma <usharma1998@gmail.com> win: add v8_init to dependencies Fixes: https://github.com/nodejs/node-v8/issues/89 Co-authored-by: Bartosz Sosnowski <bartosz@janeasystems.com> PR-URL: https://github.com/nodejs/node/pull/25852 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
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',