Skip to content

Conversation

@radarhere
Copy link
Collaborator

Add make -j4 to build more libraries in parallel.

This currently exists for some libraries,

&& make -j4 \
&& make install)

but not others.

&& make \
&& make install)

Furthers the work of #105

@mattip mattip merged commit 6473932 into multi-build:devel Aug 9, 2025
4 checks passed
@mattip
Copy link
Collaborator

mattip commented Aug 9, 2025

Thanks @radarhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants