]> git.armaanb.net Git - dwm.git/blobdiff - config.mk
renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact
[dwm.git] / config.mk
index a0fad48b7de3528233cb92847959a83bf5397b55..6d8f1e8a1aaf5d6c27d5ce35667ffad72fc4f670 100644 (file)
--- 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}\"