summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-07-17 15:30:21 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-07-17 15:30:21 +0200
commitcb6b53e20ab7f7450d10a27a987a6ccbfeb4fe1e (patch)
treec3661569141255204c08193dbed5f52f94701359
parentc3fecb84da8cff3b9925c3e4469452858fdf1930 (diff)
Shorten config.mk a bit
-rw-r--r--config.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index 85e7f5d..730f091 100644
--- a/config.mk
+++ b/config.mk
@@ -20,14 +20,12 @@ CFLAGS += -Wall -Wextra -pedantic
xinerama = -DHAVE_LIBXINERAMA
xinerama_ld = -lXinerama
-debug = -DDEBUG
# Uncomment this for debug mode
# (Use feh -+ <level> or feh --debug-level <level> to see debug output)
-#CFLAGS += ${debug}
+#CFLAGS += -DDEBUG
-dmalloc = -DWITH_DMALLOC
# Uncomment this to use dmalloc
-#CFLAGS += ${dmalloc}
+#CFLAGS += -DWITH_DMALLOC
CFLAGS += ${xinerama} -DPREFIX=\"${PREFIX}\" \
-DPACKAGE=\"${PACKAGE}\" -DVERSION=\"${VERSION}\"