summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2001-01-25 20:03:22 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite517cc459567241bc3f6d81f3318ab37c1c4d7fe (patch)
tree282fcc1647b66146806270d4b65cff77e7fbab74
parentf0e9b4fcbe231b8b20717dfea393f297841f2418 (diff)
downloadcdk-e517cc459567241bc3f6d81f3318ab37c1c4d7fe.zip
cdk-e517cc459567241bc3f6d81f3318ab37c1c4d7fe.tar.gz
Massive attack. We use -O0 instead -O flags while debug enabled.
Changed files: cdk.spec -> 1.8
Notes
Notes: - Massive attack. We use -O0 instead -O flags while debug enabled.
-rw-r--r--cdk.spec2
1 files changed, 1 insertions, 1 deletions
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