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:
parent
c156e89379
commit
87106d025b
@ -16,6 +16,8 @@
|
||||
<SDLCheck>false</SDLCheck>
|
||||
<WarningLevel>Level1</WarningLevel>
|
||||
<ExceptionHandling>false</ExceptionHandling>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<MinimalRebuild>false</MinimalRebuild>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
|
Loading…
Reference in New Issue
Block a user