mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
Enable openmp for Visual C++ x64 build
This commit is contained in:
parent
6935032a52
commit
123e3299fe
@ -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)/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user