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

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