From 9e998c67bcf816fc368d294c1e06e82a69526a92 Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Sun, 24 Nov 2024 04:11:57 -0700 Subject: [PATCH] disable lto on release-github Signed-off-by: Luis Garcia --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ebeb282..c9f9180 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,3 +40,4 @@ lto = "thin" [profile.release-github] inherits = "release" debug = false +lto = false