summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-17 18:48:25 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-17 18:48:25 +0200
commit7146fd7ddd96201f32c2f47db02c6b993b6295c5 (patch)
treedf6422ab9275b796e16dee4ad8067c9802f30703 /config.mk
parentde3d7ab3e203e280c5e416728b54318bd016911e (diff)
downloadcic-7146fd7ddd96201f32c2f47db02c6b993b6295c5.tar.gz
updated man page
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 6b45112..fc0db20 100644
--- a/config.mk
+++ b/config.mk
@@ -10,6 +10,9 @@ VERSION = 0.0
LIBS = -L${PREFIX}/lib -L/usr/lib -lc
# compiler
-CFLAGS = -g -Wall -O2 -I${PREFIX}/include -I/usr/include \
+CFLAGS = -Os -I${PREFIX}/include -I/usr/include \
-DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+LDFLAGS = ${LIBS}
+#CFLAGS = -g -Wall -O2 -I${PREFIX}/include -I/usr/include \
+# -DVERSION=\"${VERSION}\"
+#LDFLAGS = -g ${LIBS}