Skip to content

Commit

Permalink
Update permuter_settings.toml
Browse files Browse the repository at this point in the history
It was not, in fact, just the lack of -fprologue-bugfix
  • Loading branch information
WhenGryphonsFly committed Aug 13, 2023
1 parent 24a95e8 commit 2c15471
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion permuter_settings.toml
Original file line number Diff line number Diff line change
@@ -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"
1 change: 0 additions & 1 deletion src/pokedex_end.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "global.h"
#include "main.h"

// -fprologue-bugfix
#ifdef NONMATCHING
void ResetPokedex(void)
{
Expand Down

0 comments on commit 2c15471

Please sign in to comment.