Skip to content

Commit

Permalink
Comment out cargo strip option
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jan 14, 2022
1 parent 6e8adcb commit 26a9504
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# We can get rid of this once Rust 1.58 lands
cargo-features = ["strip"]
# cargo-features = [ "strip" ]

[workspace]
members = [
Expand All @@ -19,4 +18,4 @@ codegen-units = 1
inherits = "release"
lto = true
panic = "abort"
strip = "symbols"
# strip = "symbols"

0 comments on commit 26a9504

Please sign in to comment.