diff --git a/Cargo.toml b/Cargo.toml index c2c312a0..a00da0ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,6 @@ panic = "abort" # The profile that 'dist' (cargo-dist) builds release artifacts with. [profile.dist] inherits = "release" -lto = "thin" [lints.clippy] all = { level = "warn", priority = -1 }