mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
de03d20958
when I released v1.4.
6 lines
293 B
Bash
Executable File
6 lines
293 B
Bash
Executable File
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")
|