We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251878e commit 58b8620Copy full SHA for 58b8620
src/doc/unstable-book/src/compiler-flags/sanitizer.md
@@ -26,6 +26,9 @@ of bugs:
26
* Double-free, invalid free
27
* Memory leaks
28
29
+The memory leak detection is enabled by default on Linux, and can be enabled
30
+with runtime flag `ASAN_OPTIONS=detect_leaks=1` on macOS.
31
+
32
AddressSanitizer is supported on the following targets:
33
34
* `x86_64-apple-darwin`
0 commit comments