blob: 8a1a8765439ae8adc803b9f5847e22205035d5b4 (
plain)
1
2
3
4
5
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`.
|