Skip to content

Commit

Permalink
add build optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirnick committed Dec 28, 2024
1 parent af2d96c commit c8559dc
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 @@ -3,6 +3,11 @@ name = "waybar_timer"
version = "0.1.0"
edition = "2021"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1

[dependencies]
serde_dispatch = { git = "https://github.com/jbirnick/serde-dispatch" }
clap = { version = "4.5", features = ["derive"] }
Expand Down

0 comments on commit c8559dc

Please sign in to comment.