botan
botan copied to clipboard
CI: Look into iterator debugging
As discussed in #3734.
See https://github.com/randombit/botan/pull/3736#issuecomment-1751913027.
I don't see why the lightweight options (which don't break ABI) couldn't be added at the very least.
GCC and MSVC already have configurations set up for iterator debugging - we just aren't using them in CI for whatever reason