darkhttpd/devel/warns

11 lines
204 B
Plaintext
Raw Normal View History

#!/bin/sh
#
# Build with pretty-much all GCC warnings enabled.
#
TARGET=$(dirname $0)/../darkhttpd.c
2021-03-21 07:01:17 +03:00
gcc -std=c90 -O2 -fstrict-aliasing \
--all-warnings --extra-warnings \
2015-01-01 10:32:01 +03:00
-DDEBUG $TARGET
rm -f a.out