use all cores when building on macOS (#430)

This commit is contained in:
Vlad Firoiu
2025-06-28 12:52:26 -07:00
committed by GitHub
parent 8589a4a39e
commit bc4d3c2415

View File

@@ -21,7 +21,7 @@ fi
mkdir -p build
pushd build
cmake ${CMAKE_FLAGS} ..
make -j7
make -j$(sysctl -n hw.ncpu)
popd
# Copy the Sys folder in