aboutsummaryrefslogtreecommitdiffstats
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-30 14:49:44 -0700
committerJunio C Hamano <gitster@pobox.com>2024-04-30 14:49:44 -0700
commit473dcb4d89494a826b84a21f5dd4220cf79cb331 (patch)
tree20417265fcfc86fc773da6fd5b877f124220a1c6 /config.mak.uname
parent07410bb4e8d4c50350dea538f9a758e71bd5d848 (diff)
parent8427b7e72be088a4ebe12d2603c43c73657377bb (diff)
downloadgit-473dcb4d89494a826b84a21f5dd4220cf79cb331.tar.gz
Merge branch 'js/build-fuzz-more-often'
In addition to building the objects needed, try to link the objects that are used in fuzzer tests, to make sure at least they build without bitrot, in Linux CI runs. * js/build-fuzz-more-often: fuzz: link fuzz programs with `make all` on Linux
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index a7607a5676..85d63821ec 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -68,6 +68,7 @@ ifeq ($(uname_S),Linux)
ifneq ($(findstring .el7.,$(uname_R)),)
BASIC_CFLAGS += -std=c99
endif
+ LINK_FUZZ_PROGRAMS = YesPlease
endif
ifeq ($(uname_S),GNU/kFreeBSD)
HAVE_ALLOCA_H = YesPlease