Enable openmp for Visual C++ x64 build

This commit is contained in:
oparviai 2015-02-22 13:34:51 +00:00
parent 6935032a52
commit 123e3299fe

View File

@ -53,6 +53,7 @@
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="true" EnableFunctionLevelLinking="true"
FloatingPointModel="2" FloatingPointModel="2"
OpenMP="true"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Release/SoundTouch.pch" PrecompiledHeaderFile=".\Release/SoundTouch.pch"
AssemblerListingLocation=".\Release/" AssemblerListingLocation=".\Release/"
@ -209,7 +210,7 @@
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
FloatingPointModel="2" FloatingPointModel="2"
OpenMP="true" OpenMP="false"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Debug/SoundTouch.pch" PrecompiledHeaderFile=".\Debug/SoundTouch.pch"
AssemblerListingLocation=".\Debug/" AssemblerListingLocation=".\Debug/"
@ -369,6 +370,7 @@
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="true" EnableFunctionLevelLinking="true"
FloatingPointModel="2" FloatingPointModel="2"
OpenMP="true"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\$(OutDir)/SoundTouch.pch" PrecompiledHeaderFile=".\$(OutDir)/SoundTouch.pch"
AssemblerListingLocation=".\$(OutDir)/" AssemblerListingLocation=".\$(OutDir)/"