summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.gypi b/common.gypi
index 65a3ff1191..9864e8374e 100644
--- a/common.gypi
+++ b/common.gypi
@@ -148,9 +148,9 @@
'MinimalRebuild': 'false',
'OmitFramePointers': 'false',
'BasicRuntimeChecks': 3, # /RTC1
+ 'MultiProcessorCompilation': 'true',
'AdditionalOptions': [
'/bigobj', # prevent error C1128 in VS2015
- '/MP', # compile across multiple CPUs
],
},
'VCLinkerTool': {
@@ -255,8 +255,8 @@
'EnableFunctionLevelLinking': 'true',
'EnableIntrinsicFunctions': 'true',
'RuntimeTypeInfo': 'false',
+ 'MultiProcessorCompilation': 'true',
'AdditionalOptions': [
- '/MP', # compile across multiple CPUs
],
}
}