Commit cb6b53e2 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Shorten config.mk a bit

parent c3fecb84
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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}\"