Skip to content

Commit

Permalink
Merge pull request #53 from matter-labs/strip
Browse files Browse the repository at this point in the history
chore: strip release executables by default
  • Loading branch information
haraldh authored Mar 14, 2024
2 parents 3c1ef5f + 562dc10 commit fa9e265
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 @@ -2,6 +2,9 @@
members = ["crates/*", "bin/*"]
resolver = "2"

[profile.release]
strip = true

[workspace.package]
version = "0.1.2-alpha.1"
edition = "2021"
Expand Down

0 comments on commit fa9e265

Please sign in to comment.