windows: Enable multi-processor compilation for msvc

This will launch about as many compiler instances as there are logical
processors on a machine, and as such significantly speeds up compilation.
This commit is contained in:
stijn 2016-04-27 16:00:41 +02:00 committed by stijn
parent c156e89379
commit 87106d025b
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
<SDLCheck>false</SDLCheck>
<WarningLevel>Level1</WarningLevel>
<ExceptionHandling>false</ExceptionHandling>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<MinimalRebuild>false</MinimalRebuild>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>