diff --git a/Cargo.toml b/Cargo.toml index b6c14ea8e..037a18b23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,7 @@ winnow = "0.5" [profile.release] codegen-units = 1 panic = "abort" +strip = true lto = true [profile.dev]