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 353040c commit 6874249Copy full SHA for 6874249
common.gypi
@@ -175,9 +175,6 @@
175
'EnableFunctionLevelLinking': 'true',
176
'EnableIntrinsicFunctions': 'true',
177
'RuntimeTypeInfo': 'false',
178
- 'AdditionalOptions': [
179
- '/MP', # compile across multiple CPUs
180
- ],
181
},
182
'VCLibrarianTool': {
183
'AdditionalOptions': [
@@ -210,6 +207,9 @@
210
207
# and their sheer number drowns out other, more legitimate warnings.
211
208
'DisableSpecificWarnings': ['4267'],
212
209
'WarnAsError': 'false',
+ 'AdditionalOptions': [
+ '/MP', # compile across multiple CPUs
+ ],
213
214
215
0 commit comments