quadiron icon indicating copy to clipboard operation
quadiron copied to clipboard

Enable sanitizer with CMake

Open slaperche-scality opened this issue 7 years ago • 0 comments

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, …

slaperche-scality avatar Feb 09 '18 14:02 slaperche-scality