Removing /MP flag from VS projects.
This was breaking build caching in VS2012.
This commit is contained in:
@@ -65,7 +65,6 @@
|
|||||||
'DebugInformationFormat': '3',
|
'DebugInformationFormat': '3',
|
||||||
'ExceptionHandling': '1', # /EHsc
|
'ExceptionHandling': '1', # /EHsc
|
||||||
'AdditionalOptions': [
|
'AdditionalOptions': [
|
||||||
'/MP', # Multiprocessor build
|
|
||||||
#'/TP', # Compile as C++
|
#'/TP', # Compile as C++
|
||||||
'/EHsc', # C++ exception handling,
|
'/EHsc', # C++ exception handling,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user