]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/linkchecker/linkcheck.sh
Auto merge of #96711 - emilio:inline-slice-clone, r=nikic
[rust.git] / src / tools / linkchecker / linkcheck.sh
index 7f226aab7d72d657e109ea4427aed4e8396f167e..9eeebf444a49929cc714f69dab679a6f41060607 100755 (executable)
@@ -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