summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-28 20:11:51 +0100
committerEnno Boland (tox) <tox@s01.de>2009-10-28 20:11:51 +0100
commit0b8e27a808c9e4a1cd65755ec6addf5d28614ef1 (patch)
tree05e1c27c3171b06379438b0d0babb06f122be967 /config.mk
parent907f12fa418854d4dca9ce622dd087da65f05254 (diff)
downloadtabbed-0b8e27a808c9e4a1cd65755ec6addf5d28614ef1.tar.gz
reverting config.mk as it contains debug flags.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index f698b75..c72b66e 100644
--- a/config.mk
+++ b/config.mk
@@ -13,9 +13,8 @@ LIBS = -L/usr/lib -lc -lX11
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
-CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-#LDFLAGS = -s ${LIBS}
-LDFLAGS = ${LIBS}
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+LDFLAGS = -s ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"