From: Anselm R Garbe Date: Fri, 13 Jun 2008 16:37:43 +0000 (+0100) Subject: minor fix X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=4db2f44277a29ad2c6c053846568667b27658f3f minor fix --- diff --git a/config.mk b/config.mk index f9fb298..6377fc0 100644 --- a/config.mk +++ b/config.mk @@ -20,8 +20,6 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -#CFLAGS = -Os ${INCS} ${CPPFLAGS} -#LDFLAGS = -s ${LIBS} CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS}