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

gdbm.spec

index 396b62f294060827b679761478022ab262ea0396..73dc11c7079f2f0ea30285342b48cace0b40d2d9 100644 (file)
--- a/gdbm.spec
+++ b/gdbm.spec
@@ -107,7 +107,7 @@ autoheader
 autoconf
 %configure
 
-%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 makeinfo gdbm.texinfo
 
This page took 0.069241 seconds and 4 git commands to generate.