summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-12-08 13:16:32 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-12-08 13:16:32 -0800
commite95566d9095ae93abe59360b22a103767e2da23c (patch)
treee369832a2896af657536a8a48c652a7315916fb6 /Makefile
parentThe first batch to start the current cycle (diff)
parentgit-compat-util: add a test balloon for C99 support (diff)
downloadtgif-e95566d9095ae93abe59360b22a103767e2da23c.tar.xz
Merge branch 'bc/require-c99' into jk/limit-developers-to-gnu99
* bc/require-c99: git-compat-util: add a test balloon for C99 support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d56c0e4aad..ed75ed422b 100644
--- a/Makefile
+++ b/Makefile
@@ -1212,7 +1212,7 @@ ARFLAGS = rcs
PTHREAD_CFLAGS =
# For the 'sparse' target
-SPARSE_FLAGS ?=
+SPARSE_FLAGS ?= -std=gnu99
SP_EXTRA_FLAGS = -Wno-universal-initializer
# For informing GIT-BUILD-OPTIONS of the SANITIZE=leak target