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.
pull/2014/head
stijn 2016-04-27 16:00:41 +02:00 zatwierdzone przez stijn
rodzic c156e89379
commit 87106d025b
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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