From d3a2b70dba148974f5ca69279d2081710aa7d995 Mon Sep 17 00:00:00 2001 From: Vlad Firoiu Date: Mon, 18 Nov 2024 10:56:57 +0000 Subject: [PATCH] Use all cores when building on macOS. --- build-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-mac.sh b/build-mac.sh index 4f4eb3b551..0b67f32a51 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