Trying multiprocessor builds again - I remember there being issues.

This commit is contained in:
Ben Vanik 2014-08-24 12:27:13 -07:00
parent 2ffa1d3bd1
commit 9d7c916c67
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
'AdditionalOptions': [
#'/TP', # Compile as C++
'/EHsc', # C++ exception handling,
'/MP',
],
},
'VCLinkerTool': {