From cc75ba3f140c4584a776c163a365fedd4ea5ef63 Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma Date: Sat, 26 Jan 2019 00:33:36 +0530 Subject: deps: sync V8 gypfiles with 7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Normalized boolean options in the gypfiles for consistency both internally and with the V8 GN config. Co-authored-by: Michaël Zasso PR-URL: https://github.com/nodejs/node/pull/26685 Reviewed-By: Anna Henningsen Reviewed-By: Michaël Zasso Reviewed-By: Refael Ackermann --- node.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node.gyp') diff --git a/node.gyp b/node.gyp index 81be566ddf..6b76dab101 100644 --- a/node.gyp +++ b/node.gyp @@ -1,7 +1,7 @@ { 'variables': { - 'v8_use_snapshot%': 'false', - 'v8_use_siphash%': 'true', + 'v8_use_siphash%': 0, + 'v8_use_snapshot%': 0, 'v8_trace_maps%': 0, 'node_use_dtrace%': 'false', 'node_use_etw%': 'false', -- cgit v1.2.3