switch-to-configuration-ng: Enable full LTO for release profile (#445322)

This commit is contained in:
Jared Baur
2025-09-23 01:14:37 +00:00
committed by GitHub

View File

@@ -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"