nimbus-eth2 icon indicating copy to clipboard operation
nimbus-eth2 copied to clipboard

Use all available cores in `make` builds by default

Open tersec opened this issue 3 years ago • 0 comments

Currently, make uses -j1 unless otherwise specified. Probably, it should use `make -j$(nproc) by default, or its platform equivalent on macOS, Windows, and BSDs.

tersec avatar Jun 27 '22 10:06 tersec