cli: produce smaller release binary by stripping debug info
This commit is contained in:
parent
ca38c32d36
commit
5c1ca5adb0
1 changed files with 3 additions and 0 deletions
|
|
@ -2,3 +2,6 @@
|
|||
default-members = ["cli"]
|
||||
|
||||
members = ["cli", "lib"]
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue