Explicitly state how many threads are being used to build

This commit is contained in:
Jan 2022-03-20 16:11:40 +01:00
parent b5e18e6b22
commit 3fc9eac5f0

View File

@ -3,4 +3,5 @@
# Go to repository root # Go to repository root
cd "$(dirname "$0")/.." || exit 2 cd "$(dirname "$0")/.." || exit 2
echo "Start building with $(nproc) threads"
make -C build -j$(nproc) config=release_x86 all make -C build -j$(nproc) config=release_x86 all