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

asl.spec

index 69ffcc6aa12e925f0db91c76f4a9aa5c975c671a..07d10ef3021d25eed655005b3e340e74084ace1e 100644 (file)
--- a/asl.spec
+++ b/asl.spec
@@ -38,7 +38,7 @@ ARCH=__68k
 %endif
 
 %{__make} all docs ARCH=$ARCH \
-       OPTFLAGS="%{?debug:-g -O}%{!?debug:$RPM_OPT_FLAGS -fomit-frame-pointer}"
+       OPTFLAGS="%{?debug:-g -O0}%{!?debug:$RPM_OPT_FLAGS -fomit-frame-pointer}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.069972 seconds and 4 git commands to generate.