Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit f2c9078

Browse files
seishunaddaleax
authored andcommitted
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 9448dad commit f2c9078

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
@@ -123,6 +123,9 @@
123123
'MinimalRebuild': 'false',
124124
'OmitFramePointers': 'false',
125125
'BasicRuntimeChecks': 3, # /RTC1
126+
'AdditionalOptions': [
127+
'/bigobj', # prevent error C1128 in VS2015
128+
],
126129
},
127130
'VCLinkerTool': {
128131
'LinkIncremental': 2, # enable incremental linking

0 commit comments

Comments
 (0)