Skip to content

Commit

Permalink
release build optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-ciszewski committed May 4, 2024
1 parent 2e778d1 commit c623ba4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "timeular_reader"
version = "0.1.0"
edition = "2021"

[profile.release]
strip = true
opt-level = "z" # Optimize for size.
lto = true
panic = "abort"

[dependencies]
btleplug = { version = "0.11.5", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit c623ba4

Please sign in to comment.