mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
chore: strip release executables by default
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
3c1ef5fe58
commit
562dc1071d
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