diff --git a/Cargo.toml b/Cargo.toml index 840fa0f3..d89204d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ edition = "2018" [profile.dev] panic = "abort" lto = false + [profile.release] panic = "abort" -lto = false debug = true [dependencies]