mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-09 14:04:57 +00:00
Explicitly state how many threads are being used to build
This commit is contained in:
parent
b5e18e6b22
commit
3fc9eac5f0
@ -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
|
Loading…
x
Reference in New Issue
Block a user