From f935c8d418bd72cd857ebb70109be352e7006afa Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Sat, 14 Dec 2024 01:41:54 +0300 Subject: [PATCH] disable fatlto --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4bbdef..05a4acc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [profile.release] strip = true -lto = "fat" +lto = "thin" [dependencies] axum = { version = "0.7.2", default-features = false, features = [