Skip to content

Commit

Permalink
make release builds use LTO
Browse files Browse the repository at this point in the history
* decreases output size a decent bit
  • Loading branch information
russelltg committed Nov 18, 2023
1 parent dca45a2 commit 36ea7cf
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 @@ -41,3 +41,6 @@ nix = { version = "0.27.1", default-features = false, features = [
"process",
] }
serde_json = "1.0.103"

[profile.release]
lto = "thin"

0 comments on commit 36ea7cf

Please sign in to comment.