We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa5f54 commit 3ff425eCopy full SHA for 3ff425e
common.gypi
@@ -148,9 +148,9 @@
148
'MinimalRebuild': 'false',
149
'OmitFramePointers': 'false',
150
'BasicRuntimeChecks': 3, # /RTC1
151
+ 'MultiProcessorCompilation': 'true',
152
'AdditionalOptions': [
153
'/bigobj', # prevent error C1128 in VS2015
- '/MP', # compile across multiple CPUs
154
],
155
},
156
'VCLinkerTool': {
@@ -245,8 +245,8 @@
245
'EnableFunctionLevelLinking': 'true',
246
'EnableIntrinsicFunctions': 'true',
247
'RuntimeTypeInfo': 'false',
248
249
250
251
}
252
0 commit comments