From f9da31ce612e012e2f830ad7815a8333c670072f Mon Sep 17 00:00:00 2001 From: andy5995 Date: Thu, 23 Feb 2023 14:37:57 -0600 Subject: [PATCH] docs: add gcc to list of compilers with sanitize tools --- docs/markdown/howtox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index 651f0899b..79a87b7c0 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.