JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
minor fix
authorAnselm R Garbe <garbeam@gmail.com>
Fri, 13 Jun 2008 16:37:43 +0000 (17:37 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Fri, 13 Jun 2008 16:37:43 +0000 (17:37 +0100)
config.mk

index f9fb298..6377fc0 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -20,8 +20,6 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-#CFLAGS = -Os ${INCS} ${CPPFLAGS}
-#LDFLAGS = -s ${LIBS}
 CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS = -s ${LIBS}
 
 CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS = -s ${LIBS}