tcleaning up config.mk - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b29a8f535675c63a74c504ab64d15dede6deca4a
 (DIR) parent 05fbb4ab76272fbccd0e9a8c47f61968731fc0e5
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon, 26 Oct 2009 16:54:33 +0100
       
       cleaning up config.mk
       Diffstat:
         M config.mk                           |       6 ++----
       
       1 file changed, 2 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -17,10 +17,8 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
        
        # flags
        CPPFLAGS = -DVERSION=\"${VERSION}\"
       -#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
       -CFLAGS = -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS}
       -#LDFLAGS = -s ${LIBS}
       -LDFLAGS = ${LIBS}
       +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
       +LDFLAGS = -s ${LIBS}
        
        # Solaris
        #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"