diff options
| author | Stefan Boberg <[email protected]> | 2021-09-26 21:03:42 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-26 21:03:42 +0200 |
| commit | 552bad5ee4bc2a89a5d1d390cc66ac30a3d6f6a1 (patch) | |
| tree | 1fa5fa9e94c7400a050b8f2927bdcca3a30fba3d | |
| parent | Removed accidental x86 configurations (diff) | |
| download | zen-552bad5ee4bc2a89a5d1d390cc66ac30a3d6f6a1.tar.xz zen-552bad5ee4bc2a89a5d1d390cc66ac30a3d6f6a1.zip | |
Use /MP on all projects
| -rw-r--r-- | zentest-appstub/zentest-appstub.vcxproj | 1 |
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> |