diff --git a/ahnlich/Cargo.toml b/ahnlich/Cargo.toml index ffee12f2..b06780b5 100644 --- a/ahnlich/Cargo.toml +++ b/ahnlich/Cargo.toml @@ -47,3 +47,6 @@ tracing-opentelemetry = "0.24.0" log = "0.4" fallible_collections = "0.4.9" dirs = "5.0.1" + +[profile.release] +lto = true