mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-07-05 11:46:36 +02:00
add -j32 option to make to speedup the building process
This commit is contained in:
parent
09e2cf5fda
commit
55685ec429
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ fxsdk_build_in() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [[ -z "$configure" ]]; then
|
if [[ -z "$configure" ]]; then
|
||||||
make --no-print-directory -C "build-$platform" "${make_extra_args[@]}"
|
make --no-print-directory -j$(nproc) -C "build-$platform" "${make_extra_args[@]}"
|
||||||
rc=$?
|
rc=$?
|
||||||
fi
|
fi
|
||||||
# Makefile version
|
# Makefile version
|
||||||
|
|
Loading…
Add table
Reference in a new issue