JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
new stuff
authorAnselm R Garbe <garbeam@gmail.com>
Sat, 17 May 2008 13:51:12 +0000 (14:51 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Sat, 17 May 2008 13:51:12 +0000 (14:51 +0100)
config.mk

index f2750fb..b18ad33 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 = -s ${LIBS}
-CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+#LDFLAGS = -g ${LIBS}
 
 # Solaris
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"