mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-03-21 17:24:13 -05:00
4 lines
251 B
TOML
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"
|