From 905cd73e98ba232bbd2de3e66ad9a120db6d919b Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Thu, 9 Dec 2021 19:41:16 -0500 Subject: [PATCH] faster build Minor edit that brings the Mac builder in line with `build-linux.sh` by compiling with as many threads as the hardware has available. --- build-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-mac.sh b/build-mac.sh index 7835be7701..dde676dbe8 100644 --- a/build-mac.sh +++ b/build-mac.sh @@ -32,7 +32,7 @@ fi mkdir -p build pushd build cmake ${CMAKE_FLAGS} .. -make -j7 +make -j$(nproc) popd # Copy the Sys folder in