Skip to content

Commit

Permalink
Reduce binary size
Browse files Browse the repository at this point in the history
  • Loading branch information
lunacookies committed Oct 23, 2023
1 parent bc0aa46 commit 1b529ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
members = ["crates/*"]
resolver = "2"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"
codegen-units = 1
lto = "fat"
strip = true
opt-level = "z"

0 comments on commit 1b529ea

Please sign in to comment.