Skip to content

Commit

Permalink
Strip the binary in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Apr 10, 2024
1 parent 0546648 commit 3b9155c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ serde_json = "1.0.115"
mio = { version = "0.8.11", features = ["os-poll", "os-ext"] }
anyhow = "1.0.81"
clap = { version = "4.5.4", features = ["derive"] }

[profile.release]
strip = true

0 comments on commit 3b9155c

Please sign in to comment.