From bc4d3c2415f1f37369bf212532c9d1f9cc7a9c86 Mon Sep 17 00:00:00 2001 From: Vlad Firoiu Date: Sat, 28 Jun 2025 12:52:26 -0700 Subject: [PATCH] use all cores when building on macOS (#430) --- build-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-mac.sh b/build-mac.sh index 4f4eb3b55..0b67f32a5 100644 --- a/build-mac.sh +++ b/build-mac.sh @@ -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