diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-12-08 13:16:32 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-12-08 13:16:32 -0800 |
commit | e95566d9095ae93abe59360b22a103767e2da23c (patch) | |
tree | e369832a2896af657536a8a48c652a7315916fb6 /Makefile | |
parent | The first batch to start the current cycle (diff) | |
parent | git-compat-util: add a test balloon for C99 support (diff) | |
download | tgif-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |