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

BitchX.spec

index c8d965e8f0e46a8c703cc8d8a06e4262c3c33f4a..2cc83055bcebc1e5ca60e48f00648b0cc5b7f9d6 100644 (file)
@@ -41,7 +41,7 @@ cp -f %{SOURCE1} include/config.h
 
 autoconf
 
-CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -D_GNU_SOURCE -w -I%{_includedir}/ncurses"
+CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -D_GNU_SOURCE -w -I%{_includedir}/ncurses"
 %configure \
        --enable-ipv6 \
        --with-plugins=abot,acro,aim,amp,arcfour,blowfish,cavlink,cdrom,encrypt,fserv,hint,mail,nap,nicklist,possum,qbx,qmail,wavplay \
This page took 0.067672 seconds and 4 git commands to generate.