From cd38e0e76d486f7dbc6944c5d60adc954969f4bb Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Thu, 28 May 2020 19:21:44 -0500 Subject: [PATCH] Bug 2457 - Windows: WAV Export runs 6 to 7 times slower than on 2.3.3 (and 12-14 times slower than 2.2.2) --- src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index db4834edb..40223988f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1128,6 +1128,10 @@ if( CMAKE_SYSTEM_NAME MATCHES "Windows" ) ../win/audacity.rc ) + # Force use of our versions + set( HAVE_LRINT NO ) + set( HAVE_LRINTF NO ) + # Create the config file configure_file( audacity_config.h.in private/configwin.h )