aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy5995 <arch_stanton5995@protonmail.com>2023-02-23 14:37:57 -0600
committerXavier Claessens <xclaesse@gmail.com>2023-02-23 16:18:02 -0500
commitf9da31ce612e012e2f830ad7815a8333c670072f (patch)
treeed13816e0bd1342f13e87e0e7c55fb98b41038e8
parentae5d0a6cf0518bb06779e925c55f8d5c4fcd21f8 (diff)
downloadmeson-f9da31ce612e012e2f830ad7815a8333c670072f.zip
meson-f9da31ce612e012e2f830ad7815a8333c670072f.tar.gz
meson-f9da31ce612e012e2f830ad7815a8333c670072f.tar.bz2
docs: add gcc to list of compilers with sanitize tools
-rw-r--r--docs/markdown/howtox.md2
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.