Skip to content

Commit c53965b

Browse files
committed
Switch mdbook-spec to build with release
This should speed things up a little, particularly when working locally.
1 parent 7f2810f commit c53965b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ smart-punctuation = true
1818
edition = "2021"
1919

2020
[preprocessor.spec]
21-
command = "cargo run --manifest-path mdbook-spec/Cargo.toml"
21+
command = "cargo run --release --manifest-path mdbook-spec/Cargo.toml"
2222

2323
[build]
2424
extra-watch-dirs = ["mdbook-spec/src"]

0 commit comments

Comments
 (0)