summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorUjjwal Sharma <usharma1998@gmail.com>2019-01-26 00:33:36 +0530
committerRefael Ackermann <refack@gmail.com>2019-03-28 16:36:55 -0400
commitcc75ba3f140c4584a776c163a365fedd4ea5ef63 (patch)
tree711515926d0ff3f323a5d63d3e58a742ac6d410d /node.gyp
parent7df9e7723666e6dc7103775b4f87130dda433b6b (diff)
downloadandroid-node-v8-cc75ba3f140c4584a776c163a365fedd4ea5ef63.tar.gz
android-node-v8-cc75ba3f140c4584a776c163a365fedd4ea5ef63.tar.bz2
android-node-v8-cc75ba3f140c4584a776c163a365fedd4ea5ef63.zip
deps: sync V8 gypfiles with 7.4
Normalized boolean options in the gypfiles for consistency both internally and with the V8 GN config. Co-authored-by: Michaël Zasso <targos@protonmail.com> PR-URL: https://github.com/nodejs/node/pull/26685 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 2 insertions, 2 deletions
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',