Skip to content

Commit a5b1cd3

Browse files
committed
Try (and chose not to) build dev dependencies with optimizations
1 parent 8f741b9 commit a5b1cd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ codegen-units = 1
8181
incremental = false
8282
build-override = { opt-level = 0 }
8383

84+
# It's not quite worth building depencies with more optimizations yet. Let's keep it here for later.
85+
#[profile.dev.package."*"]
86+
#opt-level = 2
87+
8488
[workspace]
8589
members = [
8690
"git-url",

0 commit comments

Comments
 (0)