From cb6b53e20ab7f7450d10a27a987a6ccbfeb4fe1e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 17 Jul 2010 15:30:21 +0200 Subject: Shorten config.mk a bit --- config.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config.mk') 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 -+ or feh --debug-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}\" -- cgit v1.2.3