Skip to content

Commit

Permalink
perf: enable link-time optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Nov 4, 2024
1 parent 962d867 commit 5e3762a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ tokio = { version = "1.40.0", features = ["full"] }

[dev-dependencies]
mockall = "0.13.0"

[profile.release]
lto = true

0 comments on commit 5e3762a

Please sign in to comment.