fix: uncomment lto

This commit is contained in:
Ashley Wulber 2023-02-10 15:50:04 -05:00 committed by Ashley Wulber
parent 02f3e8d76c
commit 4f9544f682

View file

@ -13,5 +13,5 @@ members = [
"cosmic-applet-workspaces",
]
#[profile.release]
#lto = "fat"
[profile.release]
lto = "fat"