mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-03 14:50:53 +00:00
feat: enable LTO and codegen-units = 1 optimization (#318)
This commit is contained in:
parent
7399132d5d
commit
fee20e54d9
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ members = [
|
||||||
]
|
]
|
||||||
|
|
||||||
default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"]
|
default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"]
|
||||||
|
|
||||||
|
[profile.release-lto]
|
||||||
|
codegen-units = 1
|
||||||
|
lto = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue