From 1808af26b1bb99de14ab1da7943305a6631a1147 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Wed, 16 Oct 2013 20:05:06 -0700 Subject: [PATCH] Removing /MP flag from VS projects. This was breaking build caching in VS2012. --- common.gypi | 1 - 1 file changed, 1 deletion(-) diff --git a/common.gypi b/common.gypi index e365d9aac..0ff476c32 100644 --- a/common.gypi +++ b/common.gypi @@ -65,7 +65,6 @@ 'DebugInformationFormat': '3', 'ExceptionHandling': '1', # /EHsc 'AdditionalOptions': [ - '/MP', # Multiprocessor build #'/TP', # Compile as C++ '/EHsc', # C++ exception handling, ],