Skip to content

Commit

Permalink
chore: binary size optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 13, 2024
1 parent 90a0492 commit 0849df7
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 @@ -17,3 +17,9 @@ tokio = { version = "1.38.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
warp = "0.3.7"

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

0 comments on commit 0849df7

Please sign in to comment.