Skip to content

Commit 13dec86

Browse files
committed
Set opt-level = 1 on dev profile
1 parent d08f1c3 commit 13dec86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exclude = ["crates/proc-macro-test/imp"]
66
# Disabling debug info speeds up builds a bunch,
77
# and we don't rely on it for debugging that much.
88
debug = 0
9+
opt-level = 1
910

1011
[profile.dev.package]
1112
# These speed up local tests.

0 commit comments

Comments
 (0)