Skip to content

Commit

Permalink
chore(cargo): set opt-level to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Nov 7, 2023
1 parent 7fbe587 commit 40cf874
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,9 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[profile.bench]
debug = true

[profile.dev]
split-debuginfo = "unpacked"

[profile.dev.package."*"]
opt-level = 2
opt-level = 3
debug = false

0 comments on commit 40cf874

Please sign in to comment.