adding -Werror to config.mk

This commit is contained in:
Enno Boland (Gottox) 2009-06-09 22:40:14 +02:00
parent e6feabb4f6
commit 64edf0371e
1 changed files with 1 additions and 1 deletions

View File

@ -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}