mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Rename warnflags to debug-build and add debugging and torture defines.
This commit is contained in:
parent
6d24c697b1
commit
e6c8b820fd
@ -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")
|
Loading…
Reference in New Issue
Block a user