diff options
author | Enno Boland (Gottox) <gottox@s01.de> | 2009-06-09 22:40:14 +0200 |
---|---|---|
committer | Enno Boland (Gottox) <gottox@s01.de> | 2009-06-09 22:40:14 +0200 |
commit | 64edf0371e1d2eaf504c946ffffd75bb5808fa8c (patch) | |
tree | 6dd267f7a06c921323b6622963331ddb61758785 /config.mk | |
parent | e6feabb4f6ef0a19202fb1e3b11ad8b9f4771dc7 (diff) | |
download | surf-64edf0371e1d2eaf504c946ffffd75bb5808fa8c.tar.gz surf-64edf0371e1d2eaf504c946ffffd75bb5808fa8c.tar.bz2 surf-64edf0371e1d2eaf504c946ffffd75bb5808fa8c.zip |
adding -Werror to config.mk
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |