diff --git a/Cargo.toml b/Cargo.toml index 3aec744e1..5d28dc6dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,7 @@ dist = false github-attestations = true [profile.release] +debug = "line-tables-only" codegen-units = 1 panic = "abort" lto = "off"