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

cdrtools.spec

index bce4db93487f2dd18f50f9efda473353a2fdabcf..da1731fbf744830b672bf5f08253aaf603934e28 100644 (file)
@@ -116,7 +116,7 @@ plik
 %patch0 -p1
 
 %build
-CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" LDFLAGS="%{!?debug:-s}" ./Gmake.linux
+CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" LDFLAGS="%{!?debug:-s}" ./Gmake.linux
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.075251 seconds and 4 git commands to generate.