JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
minor fix
[dwm.git] / 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}
-#CFLAGS = -Os ${INCS} ${CPPFLAGS}
-#LDFLAGS = -s ${LIBS}
 CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS = -s ${LIBS}