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

avifile.spec

index 9207761d0a1671bc966e2a6366d94331bf83db6c..e61558a31263589ed87b8a6246767b4f9f200d37 100644 (file)
@@ -62,7 +62,7 @@ aclocal
 libtoolize --copy --force
 automake -a -c
 autoconf
-CD_OPT="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"; export CD_OPT
+CD_OPT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"; export CD_OPT
 %configure \
        --with-qt-includes=%{_includedir}/qt \
        --enable-release
This page took 0.039533 seconds and 4 git commands to generate.