diff --git a/Cargo.toml b/Cargo.toml index ec92ac2..bf64bc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,6 +59,9 @@ fork = "0.1" default = ["wgpu"] wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"] +[profile.release] +lto = "fat" + [profile.release-with-debug] inherits = "release" debug = true @@ -70,4 +73,4 @@ filetime = { git = "https://github.com/jackpot51/filetime" } # [patch.'https://github.com/pop-os/libcosmic'] # libcosmic = { path = "../libcosmic" } # cosmic-config = { path = "../libcosmic/cosmic-config" } -# cosmic-theme = { path = "../libcosmic/cosmic-theme" } \ No newline at end of file +# cosmic-theme = { path = "../libcosmic/cosmic-theme" }