t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 5762e92994ab30aa5cc6e381e897fe847974b7c5
   DIR parent 36672d0401299a5230b516ca4575365d9f45dd35
   URI Author: Anselm R. Garbe <garbeam@gmail.com>
       Date:   Wed, 22 Aug 2007 19:02:17 +0200
       
       reverted release CFLAGs
       Diffstat:
         M config.mk                           |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       t@@ -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}\"