Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiawen Geng <technicalcute@gmail.com>2021-09-10 07:21:11 +0300
committerBeth Griggs <bgriggs@redhat.com>2021-09-22 02:26:55 +0300
commitb3843bf41719dc57a7a7a520f27880e7666c2370 (patch)
tree8441f98066b84d87eee616774f6ab59ac8e531b1 /common.gypi
parent598356820459b1c3b32f7647c418278a6430619e (diff)
deps: patch v8 for vs2019 in std17
PR-URL: https://github.com/nodejs/node/pull/40060 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index dea0ff5be51..7bc2b3abf47 100644
--- a/common.gypi
+++ b/common.gypi
@@ -36,7 +36,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.13',
+ 'v8_embedder_string': '-node.14',
##### V8 defaults for Node.js #####
@@ -268,6 +268,7 @@
],
'msvs_settings': {
'VCCLCompilerTool': {
+ 'AdditionalOptions': ['/Zc:__cplusplus'],
'BufferSecurityCheck': 'true',
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
'ExceptionHandling': 0, # /EHsc