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

ftp.spec

index ac2ecfdaf028fe87f372e700a548e053c5e7220a..cd6abcc8d3afe3f8f58095f4036f3d2db9f9c5d5 100644 (file)
--- a/ftp.spec
+++ b/ftp.spec
@@ -53,7 +53,7 @@ iletimi i
 %patch0 -p1
 
 %build
-CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
 ./configure --with-c-compiler=gcc
 %{__make}
 
This page took 0.083592 seconds and 4 git commands to generate.