pokepinballrs/permuter_settings.toml
WhenGryphonsFly 2c15471cec Update permuter_settings.toml
It was not, in fact, just the lack of -fprologue-bugfix
2023-08-13 15:05:18 -05:00

4 lines
251 B
TOML

compiler_type = "gcc"
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"