From 03087b091d9768f5dbcd6659e2a5f88a369dc6c4 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:01:58 +0100 Subject: [PATCH] Disable LTO --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 544cf825b2..f9e981c59b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,9 +68,6 @@ members = [ # Bootstrap needs it's own profile configuration exclude = ["bootstrap"] -[profile.release] -lto = "fat" - [patch.crates-io] # Needs libc 0.2 backport of https://github.com/rust-lang/libc/pull/4825 libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "redox-0.2" }