]> git.pld-linux.org Git - packages/LANChat.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:
    LANChat.spec -> 1.7

LANChat.spec

index 1998dab4972317c73bd7782fce5b90e42f16a78e..7b1a0d5234855f7a9bb2b0594df2b6170898574b 100644 (file)
@@ -38,7 +38,7 @@ libtoolize --copy --force
 aclocal
 automake -a -c
 autoconf
-CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses"
+CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses"
 %configure
 %{__make}
 
This page took 0.18261 seconds and 4 git commands to generate.