Meta/Make: simplify CFLAGS

todo
Junio C Hamano 2024-12-13 08:55:42 -08:00
parent 901f9d52be
commit 343d2015e0
1 changed files with 1 additions and 1 deletions

2
Make
View File

@ -272,7 +272,7 @@ ${make-make} \
${DEVELOPER:+"DEVELOPER=YesPlease"} \ ${DEVELOPER:+"DEVELOPER=YesPlease"} \
SPATCH_FLAGS="--all-includes --recursive-includes --patch ." \ SPATCH_FLAGS="--all-includes --recursive-includes --patch ." \
SPATCH_BATCH_SIZE=16 \ 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=} \ ${tests:+"T=$tests"} ${tests:+UNIT_TESTS=} \
"$@" "$@"
status=$? status=$?