From b1213f1385ad07578ca4db5f4fa7cb6371cb3be9 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 19 Nov 2024 22:10:44 +0100 Subject: [PATCH] Turn off full LTO --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0adcf7bba..712045fa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ edition = "2021" [profile.release] overflow-checks = true -lto = true [profile.release-with-debug] inherits = "release"