mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-19 16:04:44 +00:00
fix: missing inherits in a release-lto profile
- add a missing "inherits" directive to the release-lto profile
This commit is contained in:
parent
fee20e54d9
commit
3ff8c8d6dd
1 changed files with 1 additions and 0 deletions
|
@ -24,5 +24,6 @@ members = [
|
|||
default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"]
|
||||
|
||||
[profile.release-lto]
|
||||
inherits = "release"
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
|
|
Loading…
Add table
Reference in a new issue