Create a new profile release-github

This commit is contained in:
Igor Katson 2023-11-20 16:16:25 +00:00
parent 6d12227f35
commit bc8d89c64c
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 33 additions and 24 deletions

View file

@ -16,4 +16,9 @@ panic = "abort"
[profile.release]
panic = "abort"
debug = true
debug = true
[profile.release-github]
inherits = "release"
lto = true
debug = false