mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
warns: build with -std=c90.
This commit is contained in:
parent
f05413f8df
commit
d576efc9d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user