Skip to content

Commit

Permalink
chore(#28): enable lto
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk committed Nov 22, 2024
1 parent d12b92d commit cb779d0
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 @@ -44,3 +44,6 @@ default = ["statsd_reporter"]
ratatui_dashboard = ["dep:crossterm", "dep:ratatui"]
statsd_reporter = ["dep:cadence"]
web_dashboard = ["dep:askama", "dep:askama_actix", "dep:mime_guess", "dep:rust-embed"]

[profile.release]
lto = true

0 comments on commit cb779d0

Please sign in to comment.