summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-28 20:09:53 +0100
committerEnno Boland (tox) <tox@s01.de>2009-10-28 20:09:53 +0100
commit907f12fa418854d4dca9ce622dd087da65f05254 (patch)
tree91b823742dd10954caed6ca7da37c731400eefe7 /config.mk
parent12a1449305e5be8b1d417e31da88c74566b855c4 (diff)
downloadtabbed-907f12fa418854d4dca9ce622dd087da65f05254.tar.gz
Handling maprequest. that means tabbed works for xterm.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 01e386c..f698b75 100644
--- a/config.mk
+++ b/config.mk
@@ -13,9 +13,9 @@ LIBS = -L/usr/lib -lc -lX11
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
-#LDFLAGS = ${LIBS}
+CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+#LDFLAGS = -s ${LIBS}
+LDFLAGS = ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"