Skip to content

Commit

Permalink
cargo: disable strip on release
Browse files Browse the repository at this point in the history
makes debugging wild reports easier, doesn't use much more space :o
  • Loading branch information
marcelohdez committed Jun 21, 2024
1 parent b3ec18f commit 2e305d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ toml = "0.8"

[profile.release]
lto = true
strip = true
panic = "abort"
codegen-units = 1

0 comments on commit 2e305d8

Please sign in to comment.