Skip to content

Commit

Permalink
Disable unwinding in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDaedalus committed Apr 5, 2024
1 parent 162e93c commit c2d8771
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ twilight = "0.15.1"
twilight-gateway = "0.15.4"
twilight-http = "0.15.4"
twilight-model = "0.15.4"

[profile.release]
panic = "abort"

0 comments on commit c2d8771

Please sign in to comment.