Skip to content

Commit 8f5fedb

Browse files
committed
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 7be4a84 commit 8f5fedb

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)