Build linkcheck script as release to run faster.

This commit is contained in:
Eric Huss 2021-06-03 13:21:21 -07:00
parent 98c90522a6
commit 095f09a5bf

View File

@ -106,7 +106,7 @@ else
check_path="linkcheck/$book_name"
fi
echo "Running linkchecker on \"$check_path\"..."
cargo run --manifest-path=linkchecker/Cargo.toml -- "$check_path"
cargo run --release --manifest-path=linkchecker/Cargo.toml -- "$check_path"
if [ "$iterative" = "0" ]
then