]> git.pld-linux.org Git - packages/python.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:47 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python.spec -> 1.62

python.spec

index 50144876d4b60d197da718472055af206e15efd6..30e103bd60f473576ed7ce38fa18eaac94c6db00 100644 (file)
@@ -260,7 +260,7 @@ CPPFLAGS="-I%{_includedir}/ncurses -I%{_includedir}/db3"; export CPPFLAGS
 %configure \
        --with-threads 
 
-%{__make} OPT="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -D_REENTRANT"
+%{__make} OPT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -D_REENTRANT"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.129325 seconds and 4 git commands to generate.