cli: produce smaller release binary by stripping debug info

This commit is contained in:
Andrew Hlynskyi 2023-01-15 03:07:53 +02:00
parent ca38c32d36
commit 5c1ca5adb0

View file

@ -2,3 +2,6 @@
default-members = ["cli"]
members = ["cli", "lib"]
[profile.release]
strip = true