From 220ddac2806181cd92cf3877bdb4dd77936cb04a Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sat, 3 Jul 2021 22:19:02 +0100 Subject: [PATCH] use different optimisation settings --- agb/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 2c7847a3..d1f2eb9b 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -7,11 +7,10 @@ description = "Library for Game Boy Advance Development" license = "MPL-2.0" [profile.dev] -opt-level = 0 +opt-level = 3 debug = true [profile.release] -panic = "abort" lto = true