Skip to content

Commit

Permalink
Optimize release build
Browse files Browse the repository at this point in the history
  • Loading branch information
whme committed May 4, 2024
1 parent 6a55fa6 commit ad86683
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ features = [

[build-dependencies]
embed-resource = "2.2"

[profile.release]
opt-level = "z" # Optimize for size.
lto = true
codegen-units = 1

0 comments on commit ad86683

Please sign in to comment.