Skip to content

Commit 095f09a

Browse files
committed
Build linkcheck script as release to run faster.
1 parent 98c9052 commit 095f09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/linkchecker/linkcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ else
106106
check_path="linkcheck/$book_name"
107107
fi
108108
echo "Running linkchecker on \"$check_path\"..."
109-
cargo run --manifest-path=linkchecker/Cargo.toml -- "$check_path"
109+
cargo run --release --manifest-path=linkchecker/Cargo.toml -- "$check_path"
110110

111111
if [ "$iterative" = "0" ]
112112
then

0 commit comments

Comments
 (0)