summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-26 16:53:41 +0100
committerEnno Boland (tox) <tox@s01.de>2009-10-26 16:53:41 +0100
commitc91a0c78cf4f7155ddbee731bb58803f74c450d1 (patch)
tree93b51368ad4d1bb26616e71e20ba682b69687fab /config.mk
parent89622e41b248eb18ee7b36aa3f95f9eb4b4ad4a0 (diff)
first version is 0.1, cleanup config.mk
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/config.mk b/config.mk
index 8afd77d..01e386c 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# tabbed version
-VERSION = 0.0
+VERSION = 0.1
# Customize below to fit your system
@@ -13,11 +13,9 @@ LIBS = -L/usr/lib -lc -lX11
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
-#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-#CFLAGS = -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS}
-CFLAGS = -g -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS}
-#LDFLAGS = -s ${LIBS}
-LDFLAGS = ${LIBS}
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+LDFLAGS = -s ${LIBS}
+#LDFLAGS = ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"