Skip to content

Commit

Permalink
chore: reduce build size (#257)
Browse files Browse the repository at this point in the history
Signed-off-by: Shigure Kurosaki <[email protected]>
  • Loading branch information
kurosakishigure authored Jan 11, 2025
1 parent 1c61e69 commit 2974425
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 @@ -22,6 +22,12 @@ name = "katharsis"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

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

[dependencies]
anyhow = "1.0.95"
chrono = "0.4.39"
Expand Down

0 comments on commit 2974425

Please sign in to comment.