1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-14 15:20:29 +02:00

Bug 2488 - Windows: Change Pitch effect with high quality stetching much slower in 2.4.1 than 2.3.1 (#580)

This commit is contained in:
Leland Lucius 2020-06-19 03:54:15 -05:00 committed by GitHub
parent 1e9fe1c954
commit eeb8122a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,9 @@ list( APPEND OPTIONS
PRIVATE
$<$<C_COMPILER_ID:AppleClang,Clang,GNU>:-Wno-enum-compare>
${MMX_FLAG}
${SSE_FLAG}
# Bug 2488 - Do not define this for SBSMS
# ${SSE_FLAG}
)
find_package( Threads )