From 028e835bf2854e46ef2f125528dc85e836b31c0f Mon Sep 17 00:00:00 2001 From: StNicolay Date: Sat, 3 Aug 2024 16:05:45 +0300 Subject: [PATCH] Disabled lto for release build for now --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 52f661d..4031996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,6 @@ edition = "2021" [profile.release] debug = 1 -lto = true -codegen-units = 1 [lints.clippy] pedantic = "warn"