Skip to content

Commit 3ff425e

Browse files
skelliamtargos
authored andcommitted
build: remove /MP from default additonal options
PR-URL: #22661 Reviewed-By: João Reis <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Bartosz Sosnowski <[email protected]>
1 parent 7fa5f54 commit 3ff425e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.gypi

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@
148148
'MinimalRebuild': 'false',
149149
'OmitFramePointers': 'false',
150150
'BasicRuntimeChecks': 3, # /RTC1
151+
'MultiProcessorCompilation': 'true',
151152
'AdditionalOptions': [
152153
'/bigobj', # prevent error C1128 in VS2015
153-
'/MP', # compile across multiple CPUs
154154
],
155155
},
156156
'VCLinkerTool': {
@@ -245,8 +245,8 @@
245245
'EnableFunctionLevelLinking': 'true',
246246
'EnableIntrinsicFunctions': 'true',
247247
'RuntimeTypeInfo': 'false',
248+
'MultiProcessorCompilation': 'true',
248249
'AdditionalOptions': [
249-
'/MP', # compile across multiple CPUs
250250
],
251251
}
252252
}

0 commit comments

Comments
 (0)