[3rdparty] Disable warnings for soundtouch dependency
Disabling warnings for soundtouch allows Clang to compile in debug mode.
This commit is contained in:
Vendored
+2
@@ -27,6 +27,8 @@ target_compile_definitions(soundtouch PUBLIC
|
|||||||
SOUNDTOUCH_FLOAT_SAMPLES;
|
SOUNDTOUCH_FLOAT_SAMPLES;
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_options(soundtouch PUBLIC "-w")
|
||||||
|
|
||||||
if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(x86|X86|amd64|AMD64|em64t|EM64T)")
|
if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(x86|X86|amd64|AMD64|em64t|EM64T)")
|
||||||
target_compile_definitions(soundtouch PUBLIC
|
target_compile_definitions(soundtouch PUBLIC
|
||||||
SOUNDTOUCH_ALLOW_SSE
|
SOUNDTOUCH_ALLOW_SSE
|
||||||
|
|||||||
Reference in New Issue
Block a user