Skip to content

Commit

Permalink
panic strategy for different build profiles
Browse files Browse the repository at this point in the history
Co-authored-by: bit-aloo <[email protected]>
  • Loading branch information
Georges760 and Shourya742 authored Dec 11, 2024
1 parent e1f6879 commit 70a3a27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion protocols/v2/noise-sv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ quickcheck_macros = "1"
rand = {version = "0.8.5", default-features = false, features = ["std", "std_rng"] }

[package.metadata.docs.rs]
all-features = true
all-features = true

[profile.dev]
panic = "unwind"

[profile.release]
panic = "abort"

0 comments on commit 70a3a27

Please sign in to comment.