Skip to content

Commit

Permalink
Remove panic abort in dev/release profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jul 17, 2023
1 parent 51a9985 commit 0e18438
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ members = [
"sdk",
]

[profile.dev]
panic = "abort"

# Necessary to get coverage to work as for some reason using a custom profile breaks it
[profile.test]
debug = 0
Expand All @@ -23,9 +20,6 @@ inherits = "dev"
debug = 0
incremental = false

[profile.release]
panic = "abort"

[profile.production]
codegen-units = 1
inherits = "release"
Expand Down

0 comments on commit 0e18438

Please sign in to comment.