Skip to content

Commit 152ca1e

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 43c92cd commit 152ca1e

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
@@ -114,6 +114,9 @@
114114
'MinimalRebuild': 'false',
115115
'OmitFramePointers': 'false',
116116
'BasicRuntimeChecks': 3, # /RTC1
117+
'AdditionalOptions': [
118+
'/bigobj', # prevent error C1128 in VS2015
119+
],
117120
},
118121
'VCLinkerTool': {
119122
'LinkIncremental': 2, # enable incremental linking

0 commit comments

Comments
 (0)