Skip to content

Commit 56d9cd4

Browse files
skelliamtniessen
authored andcommitted
build: remove /MP from default additonal options
PR-URL: #22661 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
1 parent 82787fb commit 56d9cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.gypi

Lines changed: 2 additions & 2 deletions
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': {
@@ -255,8 +255,8 @@
255255
'EnableFunctionLevelLinking': 'true',
256256
'EnableIntrinsicFunctions': 'true',
257257
'RuntimeTypeInfo': 'false',
258+
'MultiProcessorCompilation': 'true',
258259
'AdditionalOptions': [
259-
'/MP', # compile across multiple CPUs
260260
],
261261
}
262262
}

0 commit comments

Comments
 (0)