Skip to content

Commit

Permalink
Dzejkop/increase-debug-info-in-release-builds (#714)
Browse files Browse the repository at this point in the history
* Increase debug info in release builds

* Include debug symbols in release builds
  • Loading branch information
Dzejkop authored Apr 24, 2024
1 parent b60b797 commit bc912b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ tracing-test = "0.2"
panic = "abort"
overflow-checks = true
lto = "thin"
strip = true
debug = true

[profile.dev]
panic = "abort"

0 comments on commit bc912b0

Please sign in to comment.