summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-10-18 11:18:28 +0200
committerMichaël Zasso <targos@protonmail.com>2019-10-20 16:45:35 +0200
commit0822bfaa9f52aea289abd0e15a90b0df2e12f7e1 (patch)
tree8212544c3b77a592756a52442dc33b01181c134d /node.gyp
parentb554214249b4d03ca68f98f2a2715511a7049397 (diff)
downloadandroid-node-v8-0822bfaa9f52aea289abd0e15a90b0df2e12f7e1.tar.gz
android-node-v8-0822bfaa9f52aea289abd0e15a90b0df2e12f7e1.tar.bz2
android-node-v8-0822bfaa9f52aea289abd0e15a90b0df2e12f7e1.zip
build: make configure --without-snapshot a no-op
From V8 7.9, the option will no longer exist upstream. Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1796325 PR-URL: https://github.com/nodejs/node/pull/30021 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 9bf8fa2b99..ecdecb05f4 100644
--- a/node.gyp
+++ b/node.gyp
@@ -1,7 +1,7 @@
{
'variables': {
'v8_use_siphash%': 0,
- 'v8_use_snapshot%': 0,
+ 'v8_use_snapshot%': 1,
'v8_trace_maps%': 0,
'node_use_dtrace%': 'false',
'node_use_etw%': 'false',