From 9d7c916c674d37601635bff6126d8b7c0c170bdd Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sun, 24 Aug 2014 12:27:13 -0700 Subject: [PATCH] Trying multiprocessor builds again - I remember there being issues. --- xenia.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/xenia.gyp b/xenia.gyp index a5f8bb215..000fb369c 100644 --- a/xenia.gyp +++ b/xenia.gyp @@ -90,6 +90,7 @@ 'AdditionalOptions': [ #'/TP', # Compile as C++ '/EHsc', # C++ exception handling, + '/MP', ], }, 'VCLinkerTool': {