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

archie.spec

index 3f312457757299f6221d60878ba25fc41023b233..acf21730aaca25d0915e9f71331438e639be3023 100644 (file)
@@ -21,7 +21,7 @@ Narz
 %setup -q 
 
 %build
-%{__make} OPTIONS="%{?debug:-O -g -DDEBUG}%{!?debug:$RPM_OPT_FLAGS} -I."\
+%{__make} OPTIONS="%{?debug:-O0 -g -DDEBUG}%{!?debug:$RPM_OPT_FLAGS} -I."\
        DEFINES="" LDFLAGS="%{!?debug:-s}"
 
 %install
This page took 0.09477 seconds and 4 git commands to generate.