enable LTO

This commit is contained in:
2025-12-17 11:29:55 +01:00
parent 3fce153c1c
commit 0f921e978e

View File

@@ -16,6 +16,10 @@ repository = "https://github.com/lov3b/ecb-rates"
rust-version = "1.83"
categories = ["finance", "command-line-utilities"]
[profile.release]
codegen-units = 1
lto = true
[[bin]]
name = "ecb-rates"
path = "src/main.rs"