Introduction
Introduction Statistics Contact Development Disclaimer Help
tadding -Werror to config.mk - surf - customized build of surf, the suckless we…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 64edf0371e1d2eaf504c946ffffd75bb5808fa8c
parent e6feabb4f6ef0a19202fb1e3b11ad8b9f4771dc7
Author: Enno Boland (Gottox) <[email protected]>
Date: Tue, 9 Jun 2009 22:40:14 +0200
adding -Werror to config.mk
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
t@@ -18,7 +18,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB}
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS}
#LDFLAGS = -s ${LIBS}
LDFLAGS = ${LIBS}
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.