Skip to content

Commit

Permalink
chore: enable binary stripping again
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Oct 5, 2024
1 parent 2cbc399 commit 04176d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ thiserror = "1.0.64"

[profile.release]
lto = "thin"
strip = false
strip = true

0 comments on commit 04176d7

Please sign in to comment.