Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

kraft/cmd: Add option to build on x CPUs #125

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

StefanJum
Copy link
Member

The -j, --fast option only passed -j -1 to make, which led to a lot of jobs being created increasing the load on the system.

This commit considers the argument passed to the -j, --fast command and passes it to make. If no argument is given, it will pass -1.

Signed-off-by: Stefan Jumarea [email protected]

The `-j, --fast` option only passed `-j -1` to make, which led to a lot of
jobs being created increasing the load on the system.

This commit considers the argument passed to the `-j, --fast` command and passes
it to make. If no argument is given, it will pass -1.

Signed-off-by: Stefan Jumarea <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant