From 79100f8d0a0fcd0f69f4414f7f437efab08a544c Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 16 Oct 2024 23:39:51 +0200 Subject: [PATCH] move to lto thin --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0af2bb1d4c..00d850d731 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -40,7 +40,7 @@ opt-level = 0 incremental = true [profile.release] -lto = "fat" +lto = "thin" [features] default = []