Open
Description
Currently https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer says:
LeakSanitizer is enabled by default in ASan builds of x86_64 Linux, and can be enabled with ASAN_OPTIONS=detect_leaks=1 on x86_64 OS X
I believe this should read:
LeakSanitizer is enabled by default in ASAN builds on Linux, and can be enabled with ASAN_OPTIONS=detect_leaks=1 on macOS