Open
Description
I have Mac OS X Sierra 10.13
and do as described here:
https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer
But receive the message:
admins-Mac:test2 admin$ clang -fsanitize=address -g mleak.c ; ASAN_OPTIONS=detect_leaks=1 ./a.out
==556==AddressSanitizer: detect_leaks is not supported on this platform.
Abort trap: 6
admins-Mac:test2 admin$
What I do incorrent?
Activity