Skip to content

Commit

Permalink
Enable parallel build for each VS project
Browse files Browse the repository at this point in the history
(As opposed to, and in addition to, parallel building of projects.)
  • Loading branch information
marktsuchida committed Dec 4, 2023
1 parent 3f9402e commit cae1652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildscripts/VisualStudio/MMCommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<DisableSpecificWarnings>4127;4290;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<ExceptionHandling>Sync</ExceptionHandling>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
Expand Down Expand Up @@ -68,4 +69,4 @@
<Value>$(MM_BUILDDIR)</Value>
</BuildMacro>
</ItemGroup>
</Project>
</Project>

0 comments on commit cae1652

Please sign in to comment.