Browse Source

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 9 years ago
committed by stijn
parent
commit
87106d025b
  1. 2
      windows/msvc/common.props

2
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>

Loading…
Cancel
Save