diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/howtox.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index 651f089..79a87b7 100644 --- a/docs/markdown/howtox.md +++ b/docs/markdown/howtox.md @@ -197,7 +197,7 @@ This causes all subsequent builds to use this command line argument. ## Use address sanitizer -Clang comes with a selection of analysis tools such as the [address +Clang and gcc come with a selection of analysis tools such as the [address sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html). Meson has native support for these with the `b_sanitize` option. |