mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Removing /MP flag from VS projects.
This was breaking build caching in VS2012.
This commit is contained in:
parent
d5bd8b9d5b
commit
1808af26b1
|
|
@ -65,7 +65,6 @@
|
|||
'DebugInformationFormat': '3',
|
||||
'ExceptionHandling': '1', # /EHsc
|
||||
'AdditionalOptions': [
|
||||
'/MP', # Multiprocessor build
|
||||
#'/TP', # Compile as C++
|
||||
'/EHsc', # C++ exception handling,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue