Skip to content
Snippets Groups Projects
Commit fbf98ce5 authored by Éloïs's avatar Éloïs
Browse files

[fix] whole: #131 if a thread panic, abort whole program

parent 19575ea4
No related branches found
No related tags found
1 merge request!127Elois/fixs
......@@ -23,3 +23,9 @@ members = [
"lib/tests-tools/rust-tests-tools",
"lib/tools/wot",
]
[profile.dev]
panic = 'abort'
[profile.release]
panic = 'abort'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment