From 9bb6fca9686411878979daad7a72a22b7bcd221f Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 15 Jan 2025 18:06:13 +0100 Subject: [PATCH] (macOS) Changed the default thread count for the dependency build script from 4 to 8 --- tools/macOS_dependencies_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/macOS_dependencies_build.sh b/tools/macOS_dependencies_build.sh index b2d934ddf..a82bfe717 100755 --- a/tools/macOS_dependencies_build.sh +++ b/tools/macOS_dependencies_build.sh @@ -15,7 +15,7 @@ export MACOSX_DEPLOYMENT_TARGET=11.0 # How many CPU threads to use for the compilation. -JOBS=4 +JOBS=8 if [ ! -f .clang-format ]; then echo "You need to run this script from the root of the repository."