Skip to content

Commit

Permalink
Merge pull request #167 from zeenix/optimize-release-mode
Browse files Browse the repository at this point in the history
⚡️ Trade compile-time for binary size reduction in release mode
  • Loading branch information
zeenix authored Nov 7, 2024
2 parents fc5894b + 919650f commit be21607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ rand = "0.8.5"

[profile.release]
lto = "fat"
codegen-units = 1

0 comments on commit be21607

Please sign in to comment.