Temporarily disable panic="abort".
[mandelwow.git] / Cargo.toml
index 4518ff1c96b8c51608d3f73d15a82bf584a603c8..0430f5df016533dfb897efa4bc9f8152735e7794 100644 (file)
@@ -6,7 +6,7 @@ license = "GPL-3.0+"
 
 [profile.release]
 lto = true
-panic = "abort"
+panic = "unwind"
 opt-level = 3
 
 [dependencies]