botan icon indicating copy to clipboard operation
botan copied to clipboard

CI: Look into iterator debugging

Open reneme opened this issue 2 years ago • 2 comments

As discussed in #3734.

reneme avatar Oct 07 '23 12:10 reneme

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.

thesamesam avatar Oct 08 '23 04:10 thesamesam

GCC and MSVC already have configurations set up for iterator debugging - we just aren't using them in CI for whatever reason

randombit avatar Oct 08 '23 21:10 randombit