Skip to content

Commit

Permalink
cargo: Add profile dist
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Apr 5, 2024
1 parent c4ebb8b commit 65d49ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ debug = 2

[profile.bench]
debug = true

# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"

0 comments on commit 65d49ff

Please sign in to comment.