Meta/Make: simplify CFLAGS
Junio C Hamano committed
Dec 13, 2024 at 08:55 UTC
343d2015e0d0729936019d22fc7399a320506ecd
1 file changed
+1
-1
Make
+1
-1
index 7d6907b145..dc7c44c55b 100755
--- a/Make
+++ b/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=$?