mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Abort instead of unwinding on panic (#3259)
This commit is contained in:
@@ -8,9 +8,11 @@ rust-version = "1.56"
|
||||
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
panic = 'abort'
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
panic = 'abort'
|
||||
|
||||
[dependencies]
|
||||
deltachat_derive = { path = "./deltachat_derive" }
|
||||
|
||||
Reference in New Issue
Block a user