mirror of
https://github.com/git/git.git
synced 2026-08-08 17:11:48 +00:00
Meta/Make: use -std=gnu99
This commit is contained in:
2
Make
2
Make
@@ -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=$?
|
||||
|
||||
Reference in New Issue
Block a user