diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 12:52:45 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 12:52:45 -0400 |
commit | e9021507b35c8d91a7e25975ffbe625b9fc26151 (patch) | |
tree | 1bc055803243fb13a7be342237a4666fe7acfbe6 | |
parent | f721f5382c288e1844dc43e8a5437878fd39ce38 (diff) | |
parent | 8165662446043d4966b745a93aa7cfe7b175434c (diff) |
Merge branch 'push_symbols' of github.com:PikalaxALT/pokeruby into push_symbols
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ ifeq ($(MODERN),0) CPPFLAGS += -I tools/agbcc/include -nostdinc -undef CC1FLAGS := -mthumb-interwork -Wimplicit -Wparentheses -Wunused -Werror -O2 -fhex-asm else -CC1FLAGS := -mthumb -mthumb-interwork -mabi=apcs-gnu -mcpu=arm7tdmi -O2 -fno-toplevel-reorder -fno-aggressive-loop-optimizations -Wno-pointer-to-int-cast +CC1FLAGS := -mthumb -mthumb-interwork -mabi=apcs-gnu -mcpu=arm7tdmi -O2 -fno-toplevel-reorder -fno-aggressive-loop-optimizations -Wno-pointer-to-int-cast -Wno-stringop-overflow endif ifneq (,$(DINFO)) |