Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a43834

Browse files
seishunaddaleax
authored andcommittedOct 26, 2017
build, windows: use /bigobj for debug builds
PR-URL: nodejs/node#16289 Fixes: nodejs/node#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>
1 parent 6da35d7 commit 4a43834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎common.gypi

+3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118
'MinimalRebuild': 'false',
119119
'OmitFramePointers': 'false',
120120
'BasicRuntimeChecks': 3, # /RTC1
121+
'AdditionalOptions': [
122+
'/bigobj', # prevent error C1128 in VS2015
123+
],
121124
},
122125
'VCLinkerTool': {
123126
'LinkIncremental': 2, # enable incremental linking

0 commit comments

Comments
 (0)
This repository has been archived.