summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-22 22:36:07 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-22 22:36:07 +0200
commitd136cb337f970cfe3b47134fec4e7578613cc56b (patch)
tree9a19a465d3f8f6b7c06cdc2de73cdb082bddb303 /config.mk
parente65f4837cac681aff81575a312ec3ee77804883f (diff)
resizing works again, windows are getting managed.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index d97954f..c4b76a8 100644
--- a/config.mk
+++ b/config.mk
@@ -18,7 +18,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
# 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}