From a7edf53c8cb6d9ee5891275a6529562420af9fc1 Mon Sep 17 00:00:00 2001 From: Baxter Eaves Date: Fri, 2 Feb 2024 12:50:56 -0600 Subject: [PATCH] Remove fat LTO from CLI --- cli/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9a7b6743..77de74a1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -26,6 +26,3 @@ serde_yaml = "0.9.4" approx = "0.5.1" tempfile = "3.4" indoc = "2.0.3" - -# [profile.release] -# lto = "fat"