Skip to content

Commit

Permalink
build: enable lto for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Dec 23, 2023
1 parent ad58e65 commit 5e19c91
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 @@ -23,3 +23,6 @@ hitt-request = { path = "hitt-request", version = "0.0.1" }
http = { version = "0.2.11" }
reqwest = { version = "0.11.23" }
tokio = { version = "1.35.1", features = ["fs", "macros", "rt-multi-thread"] }

[profile.release]
lto = true

0 comments on commit 5e19c91

Please sign in to comment.