summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-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}\"