diff options
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/snippets/meson-configure-log.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/meson-configure-log.md b/docs/markdown/snippets/meson-configure-log.md new file mode 100644 index 000000000..8a1a87654 --- /dev/null +++ b/docs/markdown/snippets/meson-configure-log.md @@ -0,0 +1,6 @@ +## Add a configure log in meson-logs + +Add a second log file `meson-setup.txt` which contains the configure logs +displayed on stdout during the meson `setup` stage. +It allows user to navigate through the setup logs without searching in the terminal +or the extensive informations of `meson-log.txt`.
\ No newline at end of file |
