commit 1dcb18c124d28515f896f6e929ea317d33b72923
parent 206eb344e2efcb29922b5b89f7b11f227d701240
Author: [email protected] <unknown>
Date: Wed, 17 Oct 2007 12:28:34 +0200
uncommented DEBUG CFLGAS/LDFLAGS
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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}\"