From 498a3ddf6c82f2d2a33606e9a7aaea889dfa923d Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Thu, 29 Feb 2024 14:22:22 +0300 Subject: [PATCH] switch to fat lto --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 699506a..73624c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [profile.release] strip = true -lto = false +lto = "fat" [dependencies] axum = { version = "0.7.2", default-features = false, features = [