]> git.ipfire.org Git - thirdparty/git.git/commit
meson: turn on NO_MMAP when building with LSan
authorJeff King <peff@peff.net>
Fri, 6 Mar 2026 16:25:13 +0000 (11:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Mar 2026 05:12:10 +0000 (21:12 -0800)
commita8a69bbb64e1d25b327aed5925b1fbc086a0ba69
treed05983a78c1d858e6fcc6eafcfb043c0a1e9eaa9
parent00611d86c66f4230eb229b2b7dc5ac413aef2221
meson: turn on NO_MMAP when building with LSan

The previous commit taught the Makefile to turn on NO_MMAP in this
instance. We should do the same with meson for consistency. We already
do this for ASan builds, so we can just tweak one conditional.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
meson.build