rs: Strip binaries when compiling them for release

This commit is contained in:
Christian Decker 2022-07-13 16:40:37 +02:00 committed by neil saitug
parent 0fac9d3082
commit 9c3f4ffd44

View File

@ -1,3 +1,6 @@
[profile.release]
strip = "debuginfo"
[workspace]
members = [
"cln-rpc",