Skip to content

Commit

Permalink
feat: enable LTO and codegen-units = 1 optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
zamazan4ik authored Feb 19, 2025
1 parent 042124e commit ec67932
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 @@ -7,3 +7,7 @@ members = [
"refinery_macros",
"examples",
]

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

0 comments on commit ec67932

Please sign in to comment.