diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2021-12-17 23:42:52 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2021-12-17 23:42:52 +0100 |
commit | 3424ac8ba449b6036d49fd28725f6a2d7c4548e9 (patch) | |
tree | bdaf20551f5508b1c59d99e2dd169d8a1751ddcd /StormLib_vs19_dll.vcxproj | |
parent | 4f4f926c1a3347f7ecd18f549c4be0a1e62413ba (diff) |
Finalizing
Diffstat (limited to 'StormLib_vs19_dll.vcxproj')
-rw-r--r-- | StormLib_vs19_dll.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/StormLib_vs19_dll.vcxproj b/StormLib_vs19_dll.vcxproj index 1dbbce8..ba888e9 100644 --- a/StormLib_vs19_dll.vcxproj +++ b/StormLib_vs19_dll.vcxproj @@ -100,6 +100,7 @@ <PrecompiledHeader /> <WarningLevel>Level1</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <OutputFile>$(OutDir)StormLib.dll</OutputFile> @@ -123,6 +124,7 @@ <PrecompiledHeader /> <WarningLevel>Level1</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <OutputFile>$(OutDir)StormLib.dll</OutputFile> @@ -141,6 +143,7 @@ <PrecompiledHeader /> <WarningLevel>Level1</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <OutputFile>$(OutDir)StormLib.dll</OutputFile> @@ -164,6 +167,7 @@ <PrecompiledHeader /> <WarningLevel>Level1</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <OutputFile>$(OutDir)StormLib.dll</OutputFile> |