From 4e6b05f71c542fe09731b7af308d3ad9a723d0c4 Mon Sep 17 00:00:00 2001 From: sorathpanzer Date: Sun, 14 Dec 2025 15:21:16 +0000 Subject: [PATCH] Revert OpenBSD LTO change as requested --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b34bc680..1988d1c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ default-members = [ "yazi-fm", "yazi-cli" ] [profile.release] codegen-units = 1 -lto = false +lto = true panic = "abort" strip = true