diff --git a/rust_build_osupdater.sh b/rust_build_osupdater.sh index 01fa8dc..8f3fe2d 100755 --- a/rust_build_osupdater.sh +++ b/rust_build_osupdater.sh @@ -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