]> git.pld-linux.org Git - packages/mutt.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:25 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt.spec -> 1.64

mutt.spec

index 15c5ae15ab871f556fb7bea213c469385d6656e4..732bdcdcf97f6dfc67023355bff83d1f203d3d49 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -106,7 +106,7 @@ mv -f aclocal.m4 acinclude.m4
 aclocal
 automake
 autoconf
-CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -fno-strict-aliasing"
+CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -fno-strict-aliasing"
 %configure \
        --with-sharedir=%{_datadir} \
        --enable-pop \
This page took 0.034133 seconds and 4 git commands to generate.