Disable LTO

This commit is contained in:
bjorn3
2025-11-30 09:01:58 +01:00
parent ff578463cb
commit 03087b091d
-3
View File
@@ -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" }