Skip to content

Commit

Permalink
Strip symbols from production binary (rust >= 1.59) (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Feb 25, 2022
1 parent d0f018c commit f6985d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# cargo-features = [ "strip" ]

[workspace]
members = [
"bee-api/bee-rest-api",
Expand Down Expand Up @@ -37,4 +35,4 @@ codegen-units = 1
inherits = "release"
lto = true
panic = "abort"
# strip = "symbols"
strip = "symbols"

0 comments on commit f6985d2

Please sign in to comment.