fix: missing inherits in a release-lto profile (#319)

This commit is contained in:
Alexander Zaitsev 2025-01-03 16:58:19 +01:00 committed by GitHub
parent fee20e54d9
commit 9c0747a5f7
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