Skip to content

Commit

Permalink
Add release-with-debug profile (solana-labs#33096)
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey authored Sep 7, 2023
1 parent 9ff0b35 commit 350caae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[profile.release-with-debug]
inherits = "release"
debug = true
split-debuginfo = "packed"

[workspace]
members = [
"account-decoder",
Expand Down

0 comments on commit 350caae

Please sign in to comment.