mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
Merge pull request #53 from matter-labs/strip
chore: strip release executables by default
This commit is contained in:
commit
fa9e265ff9
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
members = ["crates/*", "bin/*"]
|
||||
resolver = "2"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.2-alpha.1"
|
||||
edition = "2021"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue