added multithreading support to the buildscript
This commit is contained in:
parent
367b5e02d7
commit
de02fd677c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ rm -rf osupdater/target
|
||||||
echo -e "Entering build directory\n"
|
echo -e "Entering build directory\n"
|
||||||
cd osupdater/
|
cd osupdater/
|
||||||
echo -e "Building osupdater\n"
|
echo -e "Building osupdater\n"
|
||||||
cargo build -r
|
cargo build -r --jobs $(nproc)
|
||||||
#echo -e "Copying binary to git root\n"
|
#echo -e "Copying binary to git root\n"
|
||||||
#cp target/release/osupdater ../osupdater
|
#cp target/release/osupdater ../osupdater
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue