darkhttpd/devel/warns
2013-04-28 21:16:40 +10:00

11 lines
186 B
Bash
Executable File

#!/bin/sh
#
# Build with pretty-much all GCC warnings enabled.
#
TARGET=$(dirname $0)/../darkhttpd.c
gcc -O -fstrict-aliasing \
--all-warnings --extra-warnings \
$TARGET
rm -f a.out