switch-to-configuration-ng: Enable full LTO for release profile

This commit is contained in:
Jonathan Davies
2025-09-22 20:16:17 +00:00
parent ea2eff3abf
commit 0077b29ef8
@@ -5,6 +5,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
codegen-units = 1
opt-level = 3
lto = true
[dependencies]
anyhow = "1.0.82"
dbus = "0.9.7"