Skip to content

Commit

Permalink
perf: reduce binary size (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored Dec 25, 2023
1 parent 01ab2fd commit 8e96084
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ serde_yaml = "0.9.25"
[dev-dependencies]
debugless-unwrap = "0.0.4"
insta = "1.32.0"

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

0 comments on commit 8e96084

Please sign in to comment.