commit 5762e92994ab30aa5cc6e381e897fe847974b7c5
parent 36672d0401299a5230b516ca4575365d9f45dd35
Author: Anselm R. Garbe <[email protected]>
Date: Wed, 22 Aug 2007 19:02:17 +0200
reverted release CFLAGs
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.mk b/config.mk
@@ -20,8 +20,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = -s ${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}\"