diff options
Diffstat (limited to 'docs/markdown/howtox.md')
-rw-r--r-- | docs/markdown/howtox.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index 8ae4fde..188f1f7 100644 --- a/docs/markdown/howtox.md +++ b/docs/markdown/howtox.md @@ -118,6 +118,9 @@ $ ninja coverage-html (or coverage-xml) The coverage report can be found in the meson-logs subdirectory. +Note: Currently, Meson does not support generating coverage reports +with Clang. + ## Add some optimization to debug builds By default the debug build does not use any optimizations. This is the |