fix: missing inherits in a release-lto profile

- add a missing "inherits" directive to the release-lto profile
This commit is contained in:
Alexander Zaitsev 2025-01-03 15:12:31 +03:00 committed by GitHub
parent fee20e54d9
commit 3ff8c8d6dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,5 +24,6 @@ members = [
default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"]
[profile.release-lto]
inherits = "release"
codegen-units = 1
lto = true