Skip to content

Use make -j $(nproc) for end-to-end cmake builds

Ed Baunton requested to merge nprocs into master

Make the build a little more snappy by building with -j $(nproc) rather than serially.

Merge request reports