- Clean old sanitizer build options
- Add --with-sanitizers option to configure
This enables the use of different compiler sanitizers, coresponding to
the -fsanitize option in GCC and Clang.
- build: Show enabled sanitizers in configure output
This is a backport of Core PR12692 and PR12901