feat: enable LTO and codegen-units = 1 optimization

This commit is contained in:
Alexander Zaitsev 2025-01-02 19:47:22 +03:00 committed by GitHub
parent 7399132d5d
commit 1f8abd44ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,3 +22,7 @@ members = [
]
default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"]
[profile.release-lto]
codegen-units = 1
lto = true