summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-01-31 11:23:42 -0800
committertheo3 <arisstephenson2@gmail.com>2021-01-31 11:23:42 -0800
commitced13c2c8d727e01bdb687a4c982ed9296c9e10e (patch)
tree90a244a8a4ee7aba1106deae3673c50c8972cbde /Makefile
parentb9e07c12024895de9abde045cc1d1421a5bc2139 (diff)
finish main.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4c4568c..99b1d5c6 100644
--- a/Makefile
+++ b/Makefile
@@ -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)