mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 13:51:58 +00:00
Explicitly state how many threads are being used to build
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user