summaryrefslogtreecommitdiffstatshomepage
path: root/windows/msvc/common.props
diff options
context:
space:
mode:
Diffstat (limited to 'windows/msvc/common.props')
-rw-r--r--windows/msvc/common.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/msvc/common.props b/windows/msvc/common.props
index cfb6adbc14..26ea78e7e5 100644
--- a/windows/msvc/common.props
+++ b/windows/msvc/common.props
@@ -16,6 +16,8 @@
<SDLCheck>false</SDLCheck>
<WarningLevel>Level1</WarningLevel>
<ExceptionHandling>false</ExceptionHandling>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <MinimalRebuild>false</MinimalRebuild>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>