added multithreading support to the buildscript

This commit is contained in:
Andrew Schott 2024-08-20 21:01:08 -05:00
parent 367b5e02d7
commit de02fd677c

View file

@ -4,7 +4,7 @@ rm -rf osupdater/target
echo -e "Entering build directory\n"
cd osupdater/
echo -e "Building osupdater\n"
cargo build -r
cargo build -r --jobs $(nproc)
#echo -e "Copying binary to git root\n"
#cp target/release/osupdater ../osupdater