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

autolog.spec

index daabee2ec6b19d06a69f5c5886e976504a7b0dcb..07b11ea5dd182c7ca5cd499589e3061ff9b03c2f 100644 (file)
@@ -29,7 +29,7 @@ u
 %patch -p1
 
 %build
-%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.058016 seconds and 4 git commands to generate.