On Thu, May 12, 2022 at 8:47 AM Stephan Bergmann <sbergman@xxxxxxxxxx> wrote:
On 5/11/22 21:07, Maarten Hoes wrote:
> I also added '--with-parallelism=1' to ./autogen.sh, to make the output
> of 'make' a little clearer and easier to read.
...or, for a parallelizing make invocation, pass -O (aka
--output-sync=target)
Thank you. I did not know about that one. I'll use that now instead.
- Maarten