nimbus-eth2
nimbus-eth2 copied to clipboard
Use all available cores in `make` builds by default
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.