Skip to content

Commit 87106d0

Browse files
committed
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.
1 parent c156e89 commit 87106d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

windows/msvc/common.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<SDLCheck>false</SDLCheck>
1717
<WarningLevel>Level1</WarningLevel>
1818
<ExceptionHandling>false</ExceptionHandling>
19+
<MultiProcessorCompilation>true</MultiProcessorCompilation>
20+
<MinimalRebuild>false</MinimalRebuild>
1921
</ClCompile>
2022
<Link>
2123
<GenerateDebugInformation>true</GenerateDebugInformation>

0 commit comments

Comments
 (0)