X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=0430f5df016533dfb897efa4bc9f8152735e7794;hb=147dc8ea810d9be0f965b1b80a208956f944d7fc;hp=4518ff1c96b8c51608d3f73d15a82bf584a603c8;hpb=27be0f236daaac0df31e9b90726430615ae41ff5;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 4518ff1..0430f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "GPL-3.0+" [profile.release] lto = true -panic = "abort" +panic = "unwind" opt-level = 3 [dependencies]