From 112c0311c7193790d5664cf49d479641ab142c97 Mon Sep 17 00:00:00 2001 From: Casey Langen Date: Sat, 11 Jul 2020 13:55:08 -0700 Subject: [PATCH] Tweak `archive-macos.sh` to allow for more parallelization during compile --- archive-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive-macos.sh b/archive-macos.sh index 070cfff01..39a0dc13f 100755 --- a/archive-macos.sh +++ b/archive-macos.sh @@ -11,7 +11,7 @@ rm -rf bin/ ./clean-nix.sh cmake -DCMAKE_BUILD_TYPE=Release -DLINK_STATICALLY=true -DFFMPEG_ENABLED=false . -make -j4 +make -j7 DIRNAME="musikcube_macos_$VERSION" OUTPATH="bin/dist/$DIRNAME"