Skip to content

Commit

Permalink
Add release-with-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Dec 7, 2023
1 parent e62b8e9 commit 7608e75
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 @@ -6,6 +6,10 @@ members = ["ipa-core", "ipa-macros"]
incremental = true
lto = "thin"

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

[profile.bench]
debug-assertions = true

Expand Down

0 comments on commit 7608e75

Please sign in to comment.