Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable sanitizer with CMake #158

Open
slaperche-scality opened this issue Feb 9, 2018 · 0 comments
Open

Enable sanitizer with CMake #158

slaperche-scality opened this issue Feb 9, 2018 · 0 comments

Comments

@slaperche-scality
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant