Enable the leak sanitizer on macOS #72
Labels
build issue
The issue describes the problem with the build
code health
Improve code readability, simplify maintenance and so on
Leak sanitizer is not available in the AppleClang compiler on macOS, see google/sanitizers#1026.
We can overcome this by using the LLVM toolchain instead of the XCode SDK on macOS.
The text was updated successfully, but these errors were encountered: