X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=0430f5df016533dfb897efa4bc9f8152735e7794;hb=be535251d3c2b9b8634a8f3e56581a2d05f248d3;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]