diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/howtox.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index 54831a3f7..8b56c807e 100644 --- a/docs/markdown/howtox.md +++ b/docs/markdown/howtox.md @@ -166,7 +166,7 @@ execute permissions, the generated file will have them too. First initialize the build directory with this command. ```console -$ meson <other flags> -Db_coverage=true +$ meson setup <other flags> -Db_coverage=true ``` Then issue the following commands. @@ -202,7 +202,7 @@ sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html). Meson has native support for these with the `b_sanitize` option. ```console -$ meson <other options> -Db_sanitize=address +$ meson setup <other options> -Db_sanitize=address ``` After this you just compile your code and run the test suite. Address |
