build: panic = "abort"

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-01-03 14:30:12 +03:00
parent 6e2fb6eae7
commit 631c41b171

View file

@ -9,6 +9,7 @@ opt-level = 3
overflow-checks = true overflow-checks = true
lto = true lto = true
codegen-units = 1 codegen-units = 1
panic = "abort"
[lints.rust] [lints.rust]
unsafe_code = "forbid" unsafe_code = "forbid"