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 ce159f4 commit 3951c15Copy full SHA for 3951c15
common.gypi
@@ -171,9 +171,6 @@
171
'EnableFunctionLevelLinking': 'true',
172
'EnableIntrinsicFunctions': 'true',
173
'RuntimeTypeInfo': 'false',
174
- 'AdditionalOptions': [
175
- '/MP', # compile across multiple CPUs
176
- ],
177
},
178
'VCLibrarianTool': {
179
'AdditionalOptions': [
@@ -206,6 +203,9 @@
206
203
# and their sheer number drowns out other, more legitimate warnings.
207
204
'DisableSpecificWarnings': ['4267'],
208
205
'WarnAsError': 'false',
+ 'AdditionalOptions': [
+ '/MP', # compile across multiple CPUs
+ ],
209
210
211
0 commit comments