commit 4db2f44277a29ad2c6c053846568667b27658f3f
parent 1f1a1327847c3beedcbc7b57085a8deb8e8ec1f5
Author: Anselm R Garbe <garbeam@gmail.com>
Date: Fri, 13 Jun 2008 17:37:43 +0100
minor fix
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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}