JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed debug flags
authorAnselm R. Garbe <arg@suckless.org>
Wed, 7 Feb 2007 11:37:21 +0000 (12:37 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Wed, 7 Feb 2007 11:37:21 +0000 (12:37 +0100)
config.mk

index 2e5630a..338632d 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -17,8 +17,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
 # flags
 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
 LDFLAGS = ${LIBS}
-CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+#LDFLAGS = -g ${LIBS}
 
 # Solaris
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"