Meta/Make: use -std=gnu99

This commit is contained in:
Junio C Hamano
2021-12-03 15:30:08 -08:00
parent f307b316ec
commit cd27c473b9

2
Make
View File

@@ -282,7 +282,7 @@ ${make-make} \
$jobs \
ETC_GITCONFIG=$prefix/etc/gitconfig \
${DEVELOPER:+"DEVELOPER=YesPlease"} \
${O:+CFLAGS="-g -Wall -Wdeclaration-after-statement $O"} \
CFLAGS="-g -Wall -Wdeclaration-after-statement -std=gnu99${O:+ $O}" \
${tests:+"T=$tests"} \
"$@"
status=$?