build: panic = "abort"
This commit is contained in:
parent
6e2fb6eae7
commit
631c41b171
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ opt-level = 3
|
|||
overflow-checks = true
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
||||
[lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue