summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorEnno Boland (Gottox) <gottox@s01.de>2009-06-09 22:40:14 +0200
committerEnno Boland (Gottox) <gottox@s01.de>2009-06-09 22:40:14 +0200
commit64edf0371e1d2eaf504c946ffffd75bb5808fa8c (patch)
tree6dd267f7a06c921323b6622963331ddb61758785 /config.mk
parente6feabb4f6ef0a19202fb1e3b11ad8b9f4771dc7 (diff)
downloadsurf-64edf0371e1d2eaf504c946ffffd75bb5808fa8c.tar.gz
surf-64edf0371e1d2eaf504c946ffffd75bb5808fa8c.tar.bz2
surf-64edf0371e1d2eaf504c946ffffd75bb5808fa8c.zip
adding -Werror to config.mk
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 39adb74..1c7d2d2 100644
--- a/config.mk
+++ b/config.mk
@@ -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}