Skip to content

Commit

Permalink
Enable Link-Time Optimization (LTO) (#99)
Browse files Browse the repository at this point in the history
Resolves #98
  • Loading branch information
zamazan4ik authored Dec 24, 2024
1 parent a93e146 commit adc26fb
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 @@ -35,3 +35,6 @@ tokio-stream = { version = "0.1.16", features = ["io-util"] }
toml = "0.8.19"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

[profile.release]
lto = true

0 comments on commit adc26fb

Please sign in to comment.