diff --git a/Cargo.toml b/Cargo.toml index ba573834..d2b16e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,3 +36,6 @@ winreg = "0.8" [features] appimage = ["backend/appimage"] + +[profile.release] +lto = true