t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit cd8bb06af514ed9a30c0786b70c1d6ee6afb68c8
   DIR parent 3150a8a1beef1884365210e0e4d18b2599269a78
   URI Author: garbeam@gmail.com <unknown>
       Date:   Sun, 10 Jul 2011 21:24:17 +0100
       
       enabled release flags
       Diffstat:
         M config.mk                           |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       t@@ -20,10 +20,10 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
        
        # flags
        CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
       -CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
       -#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
       -LDFLAGS = -g ${LIBS}
       -#LDFLAGS = -s ${LIBS}
       +#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
       +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
       +#LDFLAGS = -g ${LIBS}
       +LDFLAGS = -s ${LIBS}
        
        # Solaris
        #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"