surf

my build of surf
git clone git://git.ckyln.com/~cem/surf.git
Log | Files | Refs | README | LICENSE

commit b29a8f535675c63a74c504ab64d15dede6deca4a
parent 05fbb4ab76272fbccd0e9a8c47f61968731fc0e5
Author: Enno Boland (tox) <tox@s01.de>
Date:   Mon, 26 Oct 2009 16:54:33 +0100

cleaning up config.mk
Diffstat:
Mconfig.mk | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/config.mk b/config.mk @@ -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}\"