From e517cc459567241bc3f6d81f3318ab37c1c4d7fe Mon Sep 17 00:00:00 2001 From: Arkadiusz Miƛkiewicz Date: Thu, 25 Jan 2001 20:03:22 +0000 Subject: Massive attack. We use -O0 instead -O flags while debug enabled. Changed files: cdk.spec -> 1.8 diff --git a/cdk.spec b/cdk.spec index 5872927..f979729 100644 --- 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 -- cgit v0.10.2