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

ganso.spec

index b99fd4813ebb34f8134c7dd1cb5a143081214ba3..4804f1636ae3f1e7474452f51b1f35c793a63e54 100644 (file)
@@ -36,7 +36,7 @@ both keep animated.
 %setup -q
 
 %build
-CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions -fno-implicit-templates"
+CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions -fno-implicit-templates"
 export CXXFLAGS
 gettextize --copy --force
 %configure \
This page took 0.121297 seconds and 4 git commands to generate.