Skip to content

Commit

Permalink
Add optimized release binary profile
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Mar 28, 2024
1 parent 7f8d3c6 commit 88970e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ cli = [
"dep:tracing-subscriber",
]

[profile.release]
opt-level = "z"
strip = true
lto = true

[dependencies]
dashmap = { version = "5.5", features = ["serde"] }
dirs = "5.0"
Expand Down

0 comments on commit 88970e3

Please sign in to comment.