From bc94804bd8e2ea793213e5c67aad4c12d70e00f0 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Fri, 7 Jun 2024 00:26:10 +0200 Subject: [PATCH] chore: re-enable fat lto --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8f48401d..00cac8bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ serde = { version = "1.0.152", features = ["derive"] } freedesktop-desktop-entry = "0.6.0" [profile.release] -lto = false +lto = "fat" [workspace.metadata.cargo-machete] ignored = ["libcosmic"] @@ -66,4 +66,4 @@ ignored = ["libcosmic"] # libcosmic = { git = "https://github.com/pop-os/libcosmic//" } [patch."https://github.com/Smithay/client-toolkit"] -sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" } \ No newline at end of file +sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }