From df896136e37f044c304b856bb655d96bc2a1e39c Mon Sep 17 00:00:00 2001 From: Ian Hobson Date: Mon, 16 Dec 2024 13:41:09 +0100 Subject: [PATCH] Revert "Enable LTO for CLI release builds" This reverts commit 13edda15abf55236c1ef15dfe15a80f117c62869. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4126204a..5aa7a10f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,6 @@ members = ["crates/*", "crates/koto/examples/*", "libs/*"] resolver = "2" -[profile.release] -lto = "fat" - [workspace.dependencies] # Flexible concrete Error type built on std::error::Error anyhow = "1.0.75"