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

ncurses.spec

index eded5859666932ee9cbf31169f1d97c09c21b6d9..82c794b69dd0c2c76ae9b80dd9a5f9acf6853ae7 100644 (file)
@@ -176,7 +176,7 @@ Pakiet ten zawiera biblioteki statyczne C++ ncurses.
 %patch5 -p1
 
 %build
-CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -DPURE_TERMINFO"
+CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DPURE_TERMINFO"
 %configure \
        --with-install-prefix=$RPM_BUILD_ROOT \
        --with-normal \
This page took 0.118943 seconds and 4 git commands to generate.