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

cdk.spec

index 587292754b96db354661361f0619ebddfb58128a..f9797292789959dcb32ae78f5afdaef2ee76ccbc 100644 (file)
--- a/cdk.spec
+++ b/cdk.spec
@@ -55,7 +55,7 @@ Dickey and is not the same as that at http://www.vexus.ca/CDK.html.
 
 %build
 # -funsigned-char gets valid 8bit display
-CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -funsigned-char"
+CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -funsigned-char"
 %configure \
        --disable-x \
        --with-ncurses
This page took 0.07827 seconds and 4 git commands to generate.