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

anacron.spec

index acba01495d74ac76758e897ddc078e5bc4674cf5..54d8a55b93bd2be98d8bab5e2f2556182174e2d6 100644 (file)
@@ -43,7 +43,7 @@ mo
 %setup -q
 
 %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.110894 seconds and 4 git commands to generate.