Skip to content

Commit

Permalink
rs: Strip binaries when compiling them for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker authored and niftynei committed Jul 21, 2022
1 parent 0fac9d3 commit 9c3f4ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[profile.release]
strip = "debuginfo"

[workspace]
members = [
"cln-rpc",
Expand Down

0 comments on commit 9c3f4ff

Please sign in to comment.