diff --git a/template/Cargo.toml b/template/Cargo.toml index fc99e68b..793d7b3b 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -12,6 +12,11 @@ agb = "0.9.2" [dev-dependencies] agb = { version = "0.9.2", features = ["testing"] } +[profile.dev] +opt-level = 2 +debug = true + [profile.release] panic = "abort" -lto = true \ No newline at end of file +lto = true +debug = true