summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2021-02-20 18:56:27 +0100
committerHenny022p <info@henny022.de>2021-02-20 18:56:27 +0100
commit689ea85c5bf9dca6c2e23ef18bd30c80cd52bee3 (patch)
treed41c04d8f73387761e9b7857e58d0e9721937c15 /Makefile
parent5384f3daa916de75240d9cd82b676fa9a20f8f27 (diff)
matched sub_080B15E8...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 233f3c7d..6392fabb 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ NODEP := 1
endif
#$(C_BUILDDIR)/need_interworking_file_name.o: CFLAGS += -mthumb-interwork
-$(C_BUILDDIR)/code_080B1520.o: CFLAGS += -mthumb-interwork
+$(C_BUILDDIR)/code_080B1520.o: CFLAGS = -O1 -mthumb-interwork -Wimplicit -Wparentheses -Werror -Wno-multichar
C_SRCS := $(wildcard $(C_SUBDIR)/*.c $(C_SUBDIR)/*/*.c)
C_OBJS := $(patsubst $(C_SUBDIR)/%.c,$(C_BUILDDIR)/%.o,$(C_SRCS))