This task represents the parent level task for enabling sanitized builds. Currently we are not building these on CI. These are:
--enable-asan enable address sanitizer compiler flags (implies --enable-debug, default is no) --enable-tsan enable thread sanitizer compiler flags; requires 64-bit target architecture (implies --enable-debug, default is no) --enable-ubsan enable undefined behavior sanitizer compiler flags (implies --enable-debug, default is no)
Several of these builds do not currently work. They need to be fixed, and tests need to be ran in CI with these flags enabled.