Skip to content

Commit

Permalink
feat: enable LTO and codegen-units = 1 optimization (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
zamazan4ik authored Jan 2, 2025
1 parent 7399132 commit fee20e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ members = [
]

default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"]

[profile.release-lto]
codegen-units = 1
lto = true

0 comments on commit fee20e5

Please sign in to comment.