remove panic abort from cargo config

This commit is contained in:
LordMZTE 2022-02-15 18:53:30 +01:00
parent ac1cd47f67
commit 8b49e0cf88
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
1 changed files with 0 additions and 1 deletions

View File

@ -6,4 +6,3 @@ rustflags = ["-Clink-arg=-fuse-ld=lld"]
lto = true
opt-level = 3
codegen-units = 1
panic = "abort"