Skip to content

Commit fc2ab06

Browse files
seishunMylesBorins
authored andcommitted
build, windows: use /bigobj for debug builds
PR-URL: #16289 Fixes: #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 e070e59 commit fc2ab06

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
@@ -110,6 +110,9 @@
110110
'MinimalRebuild': 'false',
111111
'OmitFramePointers': 'false',
112112
'BasicRuntimeChecks': 3, # /RTC1
113+
'AdditionalOptions': [
114+
'/bigobj', # prevent error C1128 in VS2015
115+
],
113116
},
114117
'VCLinkerTool': {
115118
'LinkIncremental': 2, # enable incremental linking

0 commit comments

Comments
 (0)