From 433e024680ae16b7307f3a424094522e267314bc Mon Sep 17 00:00:00 2001 From: EpochFlame <82550703+EpochFlame@users.noreply.github.com> Date: Wed, 8 Jun 2022 01:16:42 -0400 Subject: [PATCH] add Kirby and the Amazing Mirror preset (#469) --- backend/coreapp/compilers.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend/coreapp/compilers.py b/backend/coreapp/compilers.py index 833163ef..4224242f 100644 --- a/backend/coreapp/compilers.py +++ b/backend/coreapp/compilers.py @@ -671,6 +671,11 @@ _all_presets = [ AGBCCPP, "-fno-exceptions -fno-rtti -fhex-asm -mthumb-interwork -Wimplicit -Wparentheses -O2 -g3", ), + Preset( + "Kirby and the Amazing Mirror", + AGBCC, + "-mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -g -fhex-asm", + ), # Switch Preset( "Super Mario Odyssey",