Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add thread sanitizer option to cmake
---------------------------------------------- Thread sanitizer (TSAN) is a tool that detect data races, deadlocks between threads. (it also sometimes report heap-use-after-free in same thread check #71 for issues reported in current repo) For more information, checkout https://clang.llvm.org/docs/ThreadSanitizer.html
- Loading branch information