Skip to content

Commit

Permalink
chore(bin): enable LTO for the release build
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-melnychuk committed Oct 14, 2024
1 parent 1e872a7 commit a7c5224
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 @@ -11,6 +11,9 @@ default = ["rpc"]
rpc = ["dep:axum"]
testing = []

[profile.release]
lto = true

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit a7c5224

Please sign in to comment.