Skip to content

Commit

Permalink
feat: reduce release binary size
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael DEMACON <[email protected]>
  • Loading branch information
quantumsheep committed Feb 21, 2024
1 parent 0c1ea69 commit d3ecc21
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 @@ -7,6 +7,11 @@ edition = "2021"
name = "sshs"
path = "src/main.rs"

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

[dependencies]
clap = { version = "4.5.0", features = ["derive"] }
crossterm = "0.27.0"
Expand Down

0 comments on commit d3ecc21

Please sign in to comment.