~kris/suckless

tabbed

64edf0371e1d2eaf504c946ffffd75bb5808fa8c — Enno Boland (Gottox) 17 years ago e6feabb
adding -Werror to config.mk
1 files changed, 1 insertions(+), 1 deletions(-)

M config.mk
M config.mk => config.mk +1 -1
@@ 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}