From 01275080611fd355d0e1f5c4c04da7fc482d4803 Mon Sep 17 00:00:00 2001 From: Corwin Date: Thu, 23 Mar 2023 21:40:20 +0000 Subject: [PATCH] fat lto to fix build :) (not recommended as general strategy) --- agb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 709ac460..60e202c0 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -13,7 +13,7 @@ debug = true [profile.release] opt-level = 3 -lto = "thin" +lto = "fat" debug = true [features]