Abort instead of unwinding on panic (#3259)

This commit is contained in:
Hocuri
2022-05-08 17:52:52 +02:00
committed by GitHub
parent c8bfa98b6b
commit 8988c775fe

View File

@@ -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" }