Y
Hacker News
new
|
ask
|
show
|
jobs
by
chisquared
1691 days ago
`export MAKEFLAGS="-j$(nproc)"` (or `sysctl -a hw.ncpu` for Mac users).
That way you neither need to install Ninja nor remember to pass `-j` to `make`.