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

ash.spec

index 7f2dd414ccad08dfd1e2d87f7d0beec3de525734..1cc5a4f05b0c909b4bfdeb86058ae851b62421ec 100644 (file)
--- a/ash.spec
+++ b/ash.spec
@@ -84,10 +84,10 @@ avantaj
 %setup -q -n ash-linux-%{version}
 
 %build
-%{__make} OPT_FLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+%{__make} OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
        LDFLAGS="-static %{!?debug:-s}"
 mv -f sh ash.static
-%{__make} OPT_FLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+%{__make} OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
        LDFLAGS="%{!?debug:-s}"
 
 %install
This page took 0.0655520000000001 seconds and 4 git commands to generate.