chore: Enable optimization

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-07-01 15:20:44 +00:00
parent 9e1e5d7c42
commit 5c5987e07b

View File

@@ -32,3 +32,7 @@ tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }
toml = "0.8.22" toml = "0.8.22"
tracing = "0.1.41" tracing = "0.1.41"
tracing-subscriber = "0.3.19" tracing-subscriber = "0.3.19"
[profile.release]
lto = "fat"
opt-level = 3