Skip to content
Snippets Groups Projects
Commit cb6b53e2 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Shorten config.mk a bit

parent c3fecb84
No related branches found
No related tags found
No related merge requests found
...@@ -20,14 +20,12 @@ CFLAGS += -Wall -Wextra -pedantic ...@@ -20,14 +20,12 @@ CFLAGS += -Wall -Wextra -pedantic
xinerama = -DHAVE_LIBXINERAMA xinerama = -DHAVE_LIBXINERAMA
xinerama_ld = -lXinerama xinerama_ld = -lXinerama
debug = -DDEBUG
# Uncomment this for debug mode # Uncomment this for debug mode
# (Use feh -+ <level> or feh --debug-level <level> to see debug output) # (Use feh -+ <level> or feh --debug-level <level> to see debug output)
#CFLAGS += ${debug} #CFLAGS += -DDEBUG
dmalloc = -DWITH_DMALLOC
# Uncomment this to use dmalloc # Uncomment this to use dmalloc
#CFLAGS += ${dmalloc} #CFLAGS += -DWITH_DMALLOC
CFLAGS += ${xinerama} -DPREFIX=\"${PREFIX}\" \ CFLAGS += ${xinerama} -DPREFIX=\"${PREFIX}\" \
-DPACKAGE=\"${PACKAGE}\" -DVERSION=\"${VERSION}\" -DPACKAGE=\"${PACKAGE}\" -DVERSION=\"${VERSION}\"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment