diff --git a/Cargo.toml b/Cargo.toml index 38d86739..35facf98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,6 +81,9 @@ wgpu = ["libcosmic/wgpu"] [profile.dev] opt-level = 1 +[profile.release] +lto = "fat" + [profile.release-with-debug] inherits = "release" debug = true