Skip to content

Commit

Permalink
Merge pull request #283 from luigi311/lto
Browse files Browse the repository at this point in the history
Enable thin LTO release but not release-github
  • Loading branch information
ikatson authored Nov 28, 2024
2 parents 3378ecb + 9e998c6 commit a728b66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ default-members = [
[profile.release]
panic = "abort"
debug = true
lto = "thin"

[profile.release-github]
inherits = "release"
debug = false
lto = false

0 comments on commit a728b66

Please sign in to comment.