]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
Massive attack. We use -O0 instead -O flags while debug enabled.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Jan 2001 20:03:20 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils.spec -> 1.47

alsa-utils.spec

index ba69afb8a88ecec53a58fbd0592c738f36c43137..257125ec6de21db0112206f65e7bfbb13f0717e3 100644 (file)
@@ -46,8 +46,8 @@ amixer, aplay, arecord.
 aclocal
 autoconf
 automake -a -c
-CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses"
-CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions"
+CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses"
+CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions"
 %configure
 
 %{__make} 
This page took 0.038508 seconds and 4 git commands to generate.