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

byacc.spec

index 022e24ce336ebcbef069dc82e051a920318cbb5b..fdc53156764739f69da448286125b968a8c345c5 100644 (file)
@@ -51,7 +51,7 @@ chmod -R u+Xw .
 
 %build
 %{__make} \
-       CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+       CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
        LDFLAGS="%{?debug:-s}"
 
 %install
This page took 0.058301 seconds and 4 git commands to generate.