Skip to content

Commit

Permalink
Use thin lto and strip release binaries (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic authored Nov 10, 2023
1 parent 2085652 commit 4917998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ url = { version = "2.2", features = ["serde"] }
urlencoding = "2.1"
ustr = "0.10"
uuid = { version = "1.1", features = ["v4"] }

[profile.release]
lto = "thin"
strip = true

0 comments on commit 4917998

Please sign in to comment.