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