commit 0b0f34401db5651f4562ddc9ccb9ef5f5281b75d
parent bcc6684fb0dba75fbc39efafb26d99e56880f3fe
Author: Anselm R. Garbe <arg@suckless.org>
Date: Mon, 12 Feb 2007 15:33:57 +0100
removing debug info at compile time
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.mk b/config.mk
@@ -1,5 +1,5 @@
# 2wm version
-VERSION = 0.1
+VERSION = 0.2
# Customize below to fit your system
@@ -17,8 +17,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# 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}\"