1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 16:39:30 +02:00

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)

This commit is contained in:
Leland Lucius 2020-05-28 19:21:44 -05:00
parent 8ef97738ad
commit cd38e0e76d

View File

@ -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 )