mirror of
https://github.com/rjNemo/rouille_os
synced 2026-06-06 02:26:46 +00:00
doc
This commit is contained in:
parent
23e5a4e35a
commit
b31b43ea66
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ edition = "2018"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
panic = "abort"
|
panic = "abort" # disable stack unwinding on panic
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort" # disable stack unwinding on panic
|
||||||
Loading…
Reference in a new issue