diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-12-16 14:10:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 14:10:30 -0500 |
commit | 49bdaeb940afc98e3f98b24c9a5afe1bb8d5d86b (patch) | |
tree | 6550fdf0eb2b666c8596c92e381ce168b86e374e | |
parent | 15c2856b24c91d1fe4c3d5f3fe4d84d87827f386 (diff) |
Remove redundant modern CFLAGS
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -69,7 +69,6 @@ OBJ_DIR := build/emerald LIBPATH := -L ../../tools/agbcc/lib else CC1 = $(shell $(CC) --print-prog-name=cc1) -quiet -override CFLAGS += -mthumb -mthumb-interwork -O2 -mabi=apcs-gnu -mcpu=arm7tdmi -fno-toplevel-reorder -Wno-pointer-to-int-cast -g override CFLAGS += -mthumb -mthumb-interwork -O2 -mabi=apcs-gnu -mtune=arm7tdmi -march=armv4t -fno-toplevel-reorder -Wno-pointer-to-int-cast -g ROM := pokeemerald_modern.gba OBJ_DIR := build/modern |