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

fonty.spec

index 93e70433ac3819ecef6b1d337f5a551d54a20034..417684e3360e520557aaad17b4f4652f55710602 100644 (file)
@@ -29,7 +29,7 @@ tysi
 %setup -q
 
 %build
-OPTFLAGS="%{?debug:-g -O}%{!?debug:$RPM_OPT_FLAGS -fomit-frame-pointer}"
+OPTFLAGS="%{?debug:-g -O0}%{!?debug:$RPM_OPT_FLAGS -fomit-frame-pointer}"
 OPTFLAGS="$OPTFLAGS -fno-rtti -fno-exceptions"
 %{__make} \
        CXXFLAGS="$OPTFLAGS" \
This page took 0.103261 seconds and 4 git commands to generate.