From: Junio C Hamano Date: Wed, 8 Dec 2021 21:16:32 +0000 (-0800) Subject: Merge branch 'bc/require-c99' into jk/limit-developers-to-gnu99 X-Git-Tag: v2.35.0-rc0~52^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e95566d9095ae93abe59360b22a103767e2da23c;p=thirdparty%2Fgit.git Merge branch 'bc/require-c99' into jk/limit-developers-to-gnu99 * bc/require-c99: git-compat-util: add a test balloon for C99 support --- e95566d9095ae93abe59360b22a103767e2da23c diff --cc Makefile index d56c0e4aad,07902eb592..ed75ed422b --- a/Makefile +++ b/Makefile @@@ -1212,12 -1218,9 +1212,12 @@@ ARFLAGS = rc 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 +SANITIZE_LEAK = + # For the 'coccicheck' target; setting SPATCH_BATCH_SIZE higher will # usually result in less CPU usage at the cost of higher peak memory. # Setting it to 0 will feed all files in a single spatch invocation.