Introduction
Introduction Statistics Contact Development Disclaimer Help
tcleaning up config.mk - surf - customized build of surf, the suckless webkit b…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit b29a8f535675c63a74c504ab64d15dede6deca4a
parent 05fbb4ab76272fbccd0e9a8c47f61968731fc0e5
Author: Enno Boland (tox) <[email protected]>
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(-)
---
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}\"
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.