diff --git a/native/src/Cargo.toml b/native/src/Cargo.toml index f5d8a7d93..6f8bfce3e 100644 --- a/native/src/Cargo.toml +++ b/native/src/Cargo.toml @@ -61,12 +61,12 @@ unwrap_used = "deny" [profile.dev] opt-level = "z" lto = "thin" -panic = "immediate-abort" +panic = "abort" debug = "none" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 -panic = "immediate-abort" +panic = "abort" strip = true