mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-16 16:14:47 -04:00
Compile in parallel, with all available cores
This commit is contained in:
parent
26a2f46197
commit
d1032d59fd
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ build_tool() {
|
|||
fi
|
||||
|
||||
if [ "$NOBUILD" != "1" ]; then
|
||||
make || exit 1
|
||||
make -j$(getconf _NPROCESSORS_ONLN) || exit 1
|
||||
|
||||
# Move the binary out of the dir
|
||||
if [ "$UPLATFORM" = "win32" ] && [ -f "release/${1}${BINSUFFIX}" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue