]> git.pld-linux.org Git - packages/audacity.git/commitdiff
don't override build type to use correct build flags
authorJan Palus / PLD <atler@carme.pld-linux.org>
Sun, 11 Sep 2022 20:30:15 +0000 (22:30 +0200)
committerJan Palus / PLD <atler@carme.pld-linux.org>
Sun, 11 Sep 2022 20:30:15 +0000 (22:30 +0200)
audacity.spec

index 4cfbadca79a08931f303f481c1bc0b338076ddbb..fe33be2ff8c099cd2bbc8aef1714e88266ffddab 100644 (file)
@@ -158,8 +158,7 @@ cd build
        %{cmake_on_off sse HAVE_SSE} \
        %{cmake_on_off sse2 HAVE_SSE2} \
        -DwxWidgets_CONFIG_EXECUTABLE:FILEPATH=$(which wx-gtk%{?with_gtk3:3}%{!?with_gtk3:2}-unicode-config) \
-       %{!?with_ffmpeg:-Daudacity_use_ffmpeg:STRING=off} \
-       -DCMAKE_BUILD_TYPE=Release
+       %{!?with_ffmpeg:-Daudacity_use_ffmpeg:STRING=off}
 
 %{__make}
 
This page took 0.141159 seconds and 4 git commands to generate.