From 3fc9eac5f0b79bd9c2ba0fc8ce9a672cb8a8f9e1 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 20 Mar 2022 16:11:40 +0100 Subject: [PATCH] Explicitly state how many threads are being used to build --- scripts/make-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/make-release.sh b/scripts/make-release.sh index 0153ba72..16f19c47 100755 --- a/scripts/make-release.sh +++ b/scripts/make-release.sh @@ -3,4 +3,5 @@ # Go to repository root cd "$(dirname "$0")/.." || exit 2 +echo "Start building with $(nproc) threads" make -C build -j$(nproc) config=release_x86 all \ No newline at end of file