chore: strip release executables by default

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-03-14 10:47:05 +01:00
parent 3c1ef5fe58
commit 562dc1071d
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -2,6 +2,9 @@
members = ["crates/*", "bin/*"]
resolver = "2"
[profile.release]
strip = true
[workspace.package]
version = "0.1.2-alpha.1"
edition = "2021"