From d266e3e2cf1f8f78120f665e8d0b8e8dd30c2976 Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Wed, 10 Oct 2018 18:29:25 +0200 Subject: deps: sync V8 gypfiles with 7.2 Co-authored-by: Ujjwal Sharma win: add v8_init to dependencies Fixes: https://github.com/nodejs/node-v8/issues/89 Co-authored-by: Bartosz Sosnowski PR-URL: https://github.com/nodejs/node/pull/25852 Reviewed-By: Ujjwal Sharma Reviewed-By: Matteo Collina Reviewed-By: Ali Ijaz Sheikh --- common.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.gypi') 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', -- cgit v1.2.3