mirror of
https://github.com/git/git.git
synced 2026-03-04 22:47:35 +01:00
Meta/Make: simplify CFLAGS
This commit is contained in:
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=$?
|
||||
|
||||
Reference in New Issue
Block a user