configure: Add --disable-demangler
authorIlya Leoshkevich <iii@linux.ibm.com>
Wed, 8 Feb 2023 19:52:25 +0000 (20:52 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 9 Feb 2023 13:30:21 +0000 (14:30 +0100)
commit0ffe2874e75d48cb88936e119e5284ff2bf664d9
treecdc14feb8085c1d99ae21e34b8b39fd53a6dd518
parent2e7fbb96f578454ea80cf604b636155779eb03bf
configure: Add --disable-demangler

__cxa_demangle is normally implemented in the C++ runtime library,
instrumenting which for MSan is a hassle. Add a knob for disbling it.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
configure.ac