Disable release profile abort panic

This commit is contained in:
mars 2023-04-12 19:49:02 -04:00
parent 8141f35cdc
commit 37cfa90176
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ strip = true # strip symbols from the binary
opt-level = "z" # optimize for size
lto = true # link time optimization
codegen-units = 1 # decrease parallelization
panic = "abort"
# panic = "abort"