Introduction
Introduction Statistics Contact Development Disclaimer Help
tno need for -g anymore, regexp matching works now - dwm - [fork] customized bu…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 12b1d439e46e7881942a6d378b3b874c4c9f7555
parent 1076161bf353aa1eba056980b8e5544651036da4
Author: [email protected] <unknown>
Date: Fri, 4 Aug 2006 17:04:50 +0200
no need for -g anymore, regexp matching works now
Diffstat:
M config.mk | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/config.mk b/config.mk
t@@ -15,10 +15,10 @@ INCS = -I/usr/lib -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
-#CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
-#LDFLAGS = ${LIBS}
-CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
+LDFLAGS = ${LIBS}
+#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+#LDFLAGS = -g ${LIBS}
# compiler
CC = cc
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.