Open StefanJum opened 1 year ago
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.
-j, --fast
-j -1
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 stefanjumarea02@gmail.com
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 stefanjumarea02@gmail.com