Update permuter_settings.toml

It was not, in fact, just the lack of -fprologue-bugfix
This commit is contained in:
WhenGryphonsFly 2023-08-13 15:05:18 -05:00
parent 24a95e8084
commit 2c15471cec
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
compiler_type = "gcc"
compiler_command = "tools/agbcc/bin/agbcc -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm -o /dev/stdout | arm-none-eabi-as -mcpu=arm7tdmi"
compiler_command = "tools/agbcc/bin/agbcc -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm -fprologue-bugfix -o /dev/stdout | arm-none-eabi-as -mcpu=arm7tdmi"
assembler_command = "arm-none-eabi-as -mcpu=arm7tdmi"

View File

@ -1,7 +1,6 @@
#include "global.h"
#include "main.h"
// -fprologue-bugfix
#ifdef NONMATCHING
void ResetPokedex(void)
{