Skip to content

Commit a14f564

Browse files
seishunMylesBorins
authored andcommitted
build,win: use /MP for debug builds
PR-URL: #16333 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent 0b5a0ad commit a14f564

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common.gypi

+3-3
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@
167167
'EnableFunctionLevelLinking': 'true',
168168
'EnableIntrinsicFunctions': 'true',
169169
'RuntimeTypeInfo': 'false',
170-
'AdditionalOptions': [
171-
'/MP', # compile across multiple CPUs
172-
],
173170
},
174171
'VCLibrarianTool': {
175172
'AdditionalOptions': [
@@ -202,6 +199,9 @@
202199
# and their sheer number drowns out other, more legitimate warnings.
203200
'DisableSpecificWarnings': ['4267'],
204201
'WarnAsError': 'false',
202+
'AdditionalOptions': [
203+
'/MP', # compile across multiple CPUs
204+
],
205205
},
206206
'VCLibrarianTool': {
207207
},

0 commit comments

Comments
 (0)