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 82787fb commit 56d9cd4Copy full SHA for 56d9cd4
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': {
@@ -255,8 +255,8 @@
255
'EnableFunctionLevelLinking': 'true',
256
'EnableIntrinsicFunctions': 'true',
257
'RuntimeTypeInfo': 'false',
258
259
260
261
}
262
0 commit comments