From 2e2462a23d84c247be448fac69072b1c065ae706 Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Thu, 5 Feb 2026 10:57:14 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(1785):=20enable=20lto=20and=20cod?= =?UTF-8?q?egen-units=20in=20release=20build=20(#65=E2=80=A6=20(#6982)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 881cbf0139..c8d41b498e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,3 @@ reqwest = { version = "0.12.28", default-features = false, features = ["multipar tower = "0.5.2" tower-http = "0.6.8" url = "2.5.8" - -[profile.release] -codegen-units = 1 -lto = true