diff --git a/Cargo.toml b/Cargo.toml index e8040ad..1c443b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,3 +32,7 @@ tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] } toml = "0.8.22" tracing = "0.1.41" tracing-subscriber = "0.3.19" + +[profile.release] +lto = "fat" +opt-level = 3