From 5b1e5664aadfdaed3a28fb9ef41c04677c0bee0c Mon Sep 17 00:00:00 2001 From: aumetra Date: Tue, 24 Oct 2023 22:25:50 +0200 Subject: [PATCH] Don't override LTO --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1507f9ea4..9ac431112 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ strip = true # The profile that 'cargo dist' will build with [profile.dist] inherits = "release" -lto = "thin" +#lto = "thin" [workspace] exclude = ["xtask"]