mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +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/*"]
|
members = ["crates/*", "bin/*"]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.2-alpha.1"
|
version = "0.1.2-alpha.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue