Skip to content

Commit

Permalink
feat: Update Cargo.toml to optimise binaries for size
Browse files Browse the repository at this point in the history
see: eza-community#23 (comment)

Co-authored-by: sbatial <mail@kbode.com>
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
  • Loading branch information
2 people authored and Omnikron13 committed Mar 17, 2024
1 parent fa85c87 commit d301eec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ debug = false
[profile.release]
lto = true
strip = true
opt-level = "z"
codegen-units = 1
opt-level = "s"


[package.metadata.deb]
Expand Down

0 comments on commit d301eec

Please sign in to comment.