build,win: use /MP for debug builds
PR-URL: https://github.com/nodejs/node/pull/16333 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit is contained in:
parent
353040c824
commit
5018156628
@ -175,9 +175,6 @@
|
|||||||
'EnableFunctionLevelLinking': 'true',
|
'EnableFunctionLevelLinking': 'true',
|
||||||
'EnableIntrinsicFunctions': 'true',
|
'EnableIntrinsicFunctions': 'true',
|
||||||
'RuntimeTypeInfo': 'false',
|
'RuntimeTypeInfo': 'false',
|
||||||
'AdditionalOptions': [
|
|
||||||
'/MP', # compile across multiple CPUs
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
'VCLibrarianTool': {
|
'VCLibrarianTool': {
|
||||||
'AdditionalOptions': [
|
'AdditionalOptions': [
|
||||||
@ -210,6 +207,9 @@
|
|||||||
# and their sheer number drowns out other, more legitimate warnings.
|
# and their sheer number drowns out other, more legitimate warnings.
|
||||||
'DisableSpecificWarnings': ['4267'],
|
'DisableSpecificWarnings': ['4267'],
|
||||||
'WarnAsError': 'false',
|
'WarnAsError': 'false',
|
||||||
|
'AdditionalOptions': [
|
||||||
|
'/MP', # compile across multiple CPUs
|
||||||
|
],
|
||||||
},
|
},
|
||||||
'VCLibrarianTool': {
|
'VCLibrarianTool': {
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user