mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Turn up the debugging and warnflags.
This commit is contained in:
parent
dc63087421
commit
97ce3cb5d0
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
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"
|
||||||
|
|
||||||
(cc test_make_safe_uri.c -o test_make_safe_uri &&
|
(cc $BDECFLAGS -g -O -DDEBUG test_make_safe_uri.c -o test_make_safe_uri &&
|
||||||
./test_make_safe_uri)
|
./test_make_safe_uri)
|
||||||
|
Loading…
Reference in New Issue
Block a user