mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
Meta/Make: simplify CFLAGS
This commit is contained in:
parent
901f9d52be
commit
343d2015e0
2
Make
2
Make
@ -272,7 +272,7 @@ ${make-make} \
|
||||
${DEVELOPER:+"DEVELOPER=YesPlease"} \
|
||||
SPATCH_FLAGS="--all-includes --recursive-includes --patch ." \
|
||||
SPATCH_BATCH_SIZE=16 \
|
||||
CFLAGS="-g -Wall -Wunused -Wdeclaration-after-statement -std=gnu99${O:+ $O}" \
|
||||
CFLAGS="-g -Wdeclaration-after-statement ${O:+ $O}" \
|
||||
${tests:+"T=$tests"} ${tests:+UNIT_TESTS=} \
|
||||
"$@"
|
||||
status=$?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user