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 2e1d9af commit e333505Copy full SHA for e333505
common.gypi
@@ -167,9 +167,6 @@
167
'EnableFunctionLevelLinking': 'true',
168
'EnableIntrinsicFunctions': 'true',
169
'RuntimeTypeInfo': 'false',
170
- 'AdditionalOptions': [
171
- '/MP', # compile across multiple CPUs
172
- ],
173
},
174
'VCLibrarianTool': {
175
'AdditionalOptions': [
@@ -202,6 +199,9 @@
202
199
# and their sheer number drowns out other, more legitimate warnings.
203
200
'DisableSpecificWarnings': ['4267'],
204
201
'WarnAsError': 'false',
+ 'AdditionalOptions': [
+ '/MP', # compile across multiple CPUs
+ ],
205
206
207
0 commit comments