Automatically strip the binary when building in release mode

This commit is contained in:
Marcin Kulik
2024-02-22 10:02:50 +01:00
parent 6698aa2f79
commit 8e3f29d477

View File

@@ -36,3 +36,6 @@ tower-http = { version = "0.5.1", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
rgb = "0.8.37"
[profile.release]
strip = true