aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.mk
diff options
context:
space:
mode:
authorGravatar Christoph Lohmann <20h@r-36.net>2012-10-28 13:25:53 +0100
committerGravatar Christoph Lohmann <20h@r-36.net>2012-10-28 13:25:53 +0100
commit71b09ec4f172da9a89be2add54b5b94da8af3bea (patch)
treedcaf4aedf7d7b21afdf989de3a392b1b75e361ad /config.mk
parent6d4e525ed95fbddc38be441394a02dc9233b157d (diff)
Adding a more flexible fontstring handling, shortcuts and a zoom function.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 3cd714f..e45fc2d 100644
--- a/config.mk
+++ b/config.mk
@@ -16,8 +16,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft -lfontconfig
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
-CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS += -s ${LIBS}
+CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+LDFLAGS += -g ${LIBS}
# compiler and linker
CC ?= cc