Skip to content

Commit

Permalink
Added link time optimization to release builds (fixes issue #730)
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Nov 2, 2024
1 parent 7933417 commit 7159259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ features = [
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
]

[profile.release]
lto = true

0 comments on commit 7159259

Please sign in to comment.