warns: build with -std=c90.

This commit is contained in:
Emil Mikulic 2021-03-21 15:01:17 +11:00
parent f05413f8df
commit d576efc9d8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
TARGET=$(dirname $0)/../darkhttpd.c
gcc -O2 -fstrict-aliasing \
gcc -std=c90 -O2 -fstrict-aliasing \
--all-warnings --extra-warnings \
-DDEBUG $TARGET
rm -f a.out