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, ],