diff options
author | tastytea <tastytea@tastytea.de> | 2022-11-15 12:07:43 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-11-15 15:51:01 +0200 |
commit | 8dfa55005e4f6386e54ca53909b66933e5930858 (patch) | |
tree | 70c9d5d4c73fb495189b13c6f7dc40bff62f1909 /docs | |
parent | 0e5d632a62ef79b29df98a437c02d02419eaf8e4 (diff) | |
download | meson-8dfa55005e4f6386e54ca53909b66933e5930858.zip meson-8dfa55005e4f6386e54ca53909b66933e5930858.tar.gz meson-8dfa55005e4f6386e54ca53909b66933e5930858.tar.bz2 |
escape asterisk used for footnote
unescaped it's turned into a list item
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Builtin-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index de4ca72..22627f4 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -146,7 +146,7 @@ The value of `b_sanitize` can be one of: `none`, `address`, `thread`, compilers might not support all of them. For example Visual Studio only supports the address sanitizer. -* < 0 means disable, == 0 means automatic selection, > 0 sets a specific number to use +\* < 0 means disable, == 0 means automatic selection, > 0 sets a specific number to use LLVM supports `thin` lto, for more discussion see [LLVM's documentation](https://clang.llvm.org/docs/ThinLTO.html) |