From 537ecf64d5aa58721272c10d5a58072178774c46 Mon Sep 17 00:00:00 2001 From: davfsa Date: Thu, 8 Aug 2024 11:26:45 +0200 Subject: [PATCH] Enable LTO optimizations --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 96fc26cf2178..22cf05068950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -205,6 +205,7 @@ rest_pat_in_fully_bound_structs = "warn" [profile.release] strip = true +lto = true [profile.profiling] inherits = "release"