Merge pull request #283 from luigi311/lto

Enable thin LTO release but not release-github
This commit is contained in:
Igor Katson 2024-11-28 09:49:55 +01:00 committed by GitHub
commit a728b6666c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,9 @@ default-members = [
[profile.release]
panic = "abort"
debug = true
lto = "thin"
[profile.release-github]
inherits = "release"
debug = false
lto = false