aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-26 21:03:42 +0200
committerStefan Boberg <[email protected]>2021-09-26 21:03:42 +0200
commit552bad5ee4bc2a89a5d1d390cc66ac30a3d6f6a1 (patch)
tree1fa5fa9e94c7400a050b8f2927bdcca3a30fba3d
parentRemoved accidental x86 configurations (diff)
downloadzen-552bad5ee4bc2a89a5d1d390cc66ac30a3d6f6a1.tar.xz
zen-552bad5ee4bc2a89a5d1d390cc66ac30a3d6f6a1.zip
Use /MP on all projects
-rw-r--r--zentest-appstub/zentest-appstub.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/zentest-appstub/zentest-appstub.vcxproj b/zentest-appstub/zentest-appstub.vcxproj
index efbe86b47..16767f418 100644
--- a/zentest-appstub/zentest-appstub.vcxproj
+++ b/zentest-appstub/zentest-appstub.vcxproj
@@ -124,6 +124,7 @@
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpplatest</LanguageStandard>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>