quadiron
quadiron copied to clipboard
Enable sanitizer with CMake
Clang (and GCC) comes with a set of sanitizers that are useful (asan for Valgrind-like check, ubsan for undefined behavior, tsan for multithread code, …)
It would be good to be able to enable them on demand (like coverage), run test with them, …