boring
boring copied to clipboard
Set CMAKE_BUILD_PARALLEL_LEVEL to num_cpus
trafficstars
cmake-rs' jobserver doesn't work reliably, if at all. One workaround is to set CMAKE_BUILD_PARALLEL_LEVEL to num_cpus. On my machine it makes builds over 3x faster
Happy to hide this behind a feature flag if deemed necessary