new stuff
authorAnselm R Garbe <garbeam@gmail.com>
Sat, 17 May 2008 14:51:12 +0100
changeset 1208 fab49062da0a
parent 1207 055bf865d22f
child 1209 c2dc0bd92158
new stuff
config.mk
--- a/config.mk	Sat May 17 14:50:37 2008 +0100
+++ b/config.mk	Sat May 17 14:51:12 2008 +0100
@@ -17,8 +17,8 @@
 # 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}\"