From 76b3aecda0a32e36b0114eaa2a852488ab9776aa Mon Sep 17 00:00:00 2001 From: Corwin Date: Thu, 23 Mar 2023 20:47:15 +0000 Subject: [PATCH] workaround the rust issue rust-lang/rust#108853 --- agb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 36659cdf..709ac460 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -12,7 +12,7 @@ opt-level = 3 debug = true [profile.release] -opt-level = "s" +opt-level = 3 lto = "thin" debug = true