Rename warnflags to debug-build and add debugging and torture defines.

This commit is contained in:
Emil Mikulic 2006-12-13 07:46:46 +00:00
parent 6d24c697b1
commit e6c8b820fd

View File

@ -2,4 +2,6 @@ BDECFLAGS="-W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wcast-qual -Wchar-subscripts -Winline -Wmissing-prototypes -Wnested-externs \
-Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings"
(cd trunk && rm -f darkhttpd && make bsd CFLAGS="$BDECFLAGS")
(cd trunk &&
rm -f darkhttpd &&
make bsd CFLAGS="$BDECFLAGS -g -DDEBUG -DTORTURE")