Opened 17 years ago
Closed 17 years ago
#34 closed enhancement (fixed)
The kmk --jobs (-j) argument should default to the cpu/core count.
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | major | Milestone: | 0.1.4 |
| Component: | kmk | Version: | |
| Keywords: | Cc: |
Description
Most kBuild users (talking about actual developers here that are using it all day long) don't wish to have to SET/export KMK_FLAGS=-j2 in their environment. So, to make their life simpler, kmk should default the number of concurrent jobs to the number of cpus/cores in the system. For non-parallel building, -j1 (or --jobs=1 will do the trick.
Change History (2)
comment:1 by , 17 years ago
| Type: | defect → enhancement |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Implemented in [1709].