Skip to content

Commit

Permalink
Add release with debug profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 19, 2024
1 parent 72a8f58 commit 6d6fcaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ divan = "0.1.17"
pretty_assertions = "1.0.0"
tokio = { version = "1.27.0", features = ["full"] }

[profile.release-with-debug]
inherits = "release"
debug = true

[[bench]]
name = "bench"
harness = false

0 comments on commit 6d6fcaa

Please sign in to comment.