]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: simplify CFLAGS
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2024 16:55:42 +0000 (08:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2024 16:55:42 +0000 (08:55 -0800)
Make

diff --git a/Make b/Make
index 7d6907b1452837d259c271c168fea739d2b1b024..dc7c44c55b982be9e59c86330300bfc9c937b60c 100755 (executable)
--- 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=$?