mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build, windows: use /bigobj for debug builds
PR-URL: https://github.com/nodejs/node/pull/16289 Fixes: https://github.com/nodejs/node/issues/16288 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
parent
7be4a84c66
commit
8f5fedb555
@ -118,6 +118,9 @@
|
||||
'MinimalRebuild': 'false',
|
||||
'OmitFramePointers': 'false',
|
||||
'BasicRuntimeChecks': 3, # /RTC1
|
||||
'AdditionalOptions': [
|
||||
'/bigobj', # prevent error C1128 in VS2015
|
||||
],
|
||||
},
|
||||
'VCLinkerTool': {
|
||||
'LinkIncremental': 2, # enable incremental linking
|
||||
|
Loading…
Reference in New Issue
Block a user