summaryrefslogtreecommitdiff
path: root/doc/api/process.md
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 /doc/api/process.md
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 'doc/api/process.md')
-rw-r--r--doc/api/process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index ed5e38dd4c..fa41109662 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -669,7 +669,7 @@ An example of the possible output looks like:
node_shared_openssl: 'false',
strict_aliasing: 'true',
target_arch: 'x64',
- v8_use_snapshot: 'true'
+ v8_use_snapshot: 1
}
}
```