From 8acd4e7a70c1e0cf9e28ecd013c8ddb48ff3fd38 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:57:54 +0900 Subject: [PATCH] Cargo.toml: inherit lto = "thin" --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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 }