Skip to content

Commit bc94804

Browse files
committed
chore: re-enable fat lto
1 parent 8ba8ccd commit bc94804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ serde = { version = "1.0.152", features = ["derive"] }
5757
freedesktop-desktop-entry = "0.6.0"
5858

5959
[profile.release]
60-
lto = false
60+
lto = "fat"
6161

6262
[workspace.metadata.cargo-machete]
6363
ignored = ["libcosmic"]
@@ -66,4 +66,4 @@ ignored = ["libcosmic"]
6666
# libcosmic = { git = "https://github.com/pop-os/libcosmic//" }
6767

6868
[patch."https://github.com/Smithay/client-toolkit"]
69-
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
69+
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }

0 commit comments

Comments
 (0)