diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-01-31 11:23:42 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-01-31 11:23:42 -0800 |
| commit | ced13c2c8d727e01bdb687a4c982ed9296c9e10e (patch) | |
| tree | 90a244a8a4ee7aba1106deae3673c50c8972cbde /Makefile | |
| parent | b9e07c12024895de9abde045cc1d1421a5bc2139 (diff) | |
finish main.c
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ MID_BUILDDIR = $(OBJ_DIR)/$(MID_SUBDIR) ASFLAGS := -mcpu=arm7tdmi --defsym $(GAME_VERSION)=1 --defsym REVISION=$(REVISION) --defsym $(GAME_LANGUAGE)=1 CC1 := tools/agbcc/bin/agbcc -override CFLAGS += -Wimplicit -Wparentheses -Werror -O2 +override CFLAGS += -Wimplicit -Wparentheses -Werror -Wno-multichar -O2 # -fhex-asm ifeq ($(DINFO),1) |
