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

LIB.spec

index d6d26680d829518f3ca6935198f74c577ef33496..f949450aaf2375afa183f994a7fb5ddd1c0de96b 100644 (file)
--- a/LIB.spec
+++ b/LIB.spec
@@ -18,7 +18,7 @@ LIB to jeszcze jeden polski rogalik
 %setup  -q -n %{version}
 
 %build
-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.067733 seconds and 4 git commands to generate.