From dc17c7fea8fb74d31f43f0816e3a3d4abe2557e7 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 26 Dec 2017 22:08:05 +0100 Subject: [PATCH] remove additional optimization options --- jack-audio-connection-kit.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec index 5e185ad..432153b 100644 --- a/jack-audio-connection-kit.spec +++ b/jack-audio-connection-kit.spec @@ -99,7 +99,7 @@ Small example clients that use the Jack Audio Connection Kit. %patch4 -p1 -b .nojunk %build -export CPPFLAGS="$RPM_OPT_FLAGS -O0" +export CPPFLAGS="$RPM_OPT_FLAGS" export PREFIX=%{_prefix} # Parallel build disabled as it fails sometimes ./waf configure \ @@ -252,6 +252,7 @@ exit 0 - remove broken (undocumented, non-upstreamed) portnames patch - remove obsolete ppc64-long/mpd, gcc* patches - remove binary junk from README +- remove additional optimization options * Wed Aug 02 2017 Fedora Release Engineering - 1.9.10-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild