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

fvwm.spec

index 0670ccb68a452279bf7a1792e8ae69cc2495a4ce..5f01ab7016e9cc55853d35fd8af4f0c61b79bb53 100644 (file)
--- a/fvwm.spec
+++ b/fvwm.spec
@@ -72,9 +72,9 @@ export PATH=$PATH:%{_bindir}
 xmkmf
 %{__make} Makefiles
 %{__make} \
-       BOOTSTRAPCFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
-       CCOPTIONS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
-       CXXOPTIONS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+       BOOTSTRAPCFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
+       CCOPTIONS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
+       CXXOPTIONS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
        CXXDEBUGFLAGS="" \
        CDEBUGFLAGS="" \
        LOCAL_LDFLAGS="%{!?debug:-s}"
This page took 0.111985 seconds and 4 git commands to generate.