]> git.pld-linux.org Git - packages/anacron.git/blobdiff - anacron.spec
Massive attack. We use -O0 instead -O flags while debug enabled.
[packages/anacron.git] / 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.046308 seconds and 4 git commands to generate.