Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3ff425e

Browse filesBrowse files
skelliamtargos
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 7fa5f54 commit 3ff425e
Copy full SHA for 3ff425e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎common.gypi‎

Copy file name to clipboardExpand all lines: common.gypi
+2-2Lines 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': {
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.