diff --git a/Cargo.toml b/Cargo.toml index f862b27..71460e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,8 @@ git = "https://github.com/pop-os/cosmic-panel" # libcosmic = { path = "../libcosmic" } # cosmic-config = { path = "../libcosmic/cosmic-config" } # libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "flexalloc" } -# cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "flexalloc" } \ No newline at end of file +# cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "flexalloc" } + +[profile.release] +opt-level = 3 +lto = "thin" diff --git a/app/Cargo.toml b/app/Cargo.toml index 3c83ccb..798aeb7 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -38,7 +38,3 @@ anyhow = "1.0" [dependencies.i18n-embed] version = "0.13.9" features = ["fluent-system", "desktop-requester"] - -[profile.release] -opt-level = "s" -lto = "thin"