Skip to content

Commit

Permalink
Merge pull request #410 from micro-manager/vs-parallel-build
Browse files Browse the repository at this point in the history
Enable parallel build for each VS project
  • Loading branch information
marktsuchida authored Dec 6, 2023
2 parents d253b2f + cae1652 commit 482281e
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 482281e

Please sign in to comment.