-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
make -l overridable #124166
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: stdenvStandard environmentStandard environment
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: stdenvStandard environmentStandard environment
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
The default usage of
-lset tocoresmakes building on my system slow, as it usually has a load of 2 or 3, somakewill not start more than one or two builds, despite the fact that there are more than 2 cores idle, as the load probably is due to IO wait.Therefore it would be nice to be able to deactivate
-lwithout individually overriding individual derivations or disabling its usage completely in builds.