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

screen.spec

index d45ca53ddc91ff0ec0c8d3cf05930358c917eb75..384380094e546ba4e26440b8f4f35ede025bc3b3 100644 (file)
@@ -77,7 +77,7 @@ autoconf
        --with-libpam \
        --disable-socket-dir 
        
-%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" 
+%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" 
 (cd doc; rm -f screen.info*; makeinfo screen.texinfo)
 
 %install
This page took 0.063761 seconds and 4 git commands to generate.