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" }