]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Merge branch 'jt/t5616-robustify'
[thirdparty/git.git] / Makefile
index 0061f96e8a82e3ba088eb04d61d4cd181d3d9d00..6134104ae65b713b665a40933b2df1a8c58e2269 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1221,6 +1221,9 @@ endif
 ifneq ($(filter leak,$(SANITIZERS)),)
 BASIC_CFLAGS += -DSUPPRESS_ANNOTATED_LEAKS
 endif
+ifneq ($(filter address,$(SANITIZERS)),)
+NO_REGEX = NeededForASAN
+endif
 endif
 
 ifndef sysconfdir