JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed debug compile flags
authorAnselm R. Garbe <arg@suckless.org>
Mon, 19 Feb 2007 15:41:47 +0000 (16:41 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Mon, 19 Feb 2007 15:41:47 +0000 (16:41 +0100)
config.mk

index 6a5ae27..d3a6ffd 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}
 # 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}\"
 
 # Solaris
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"