summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2021-04-08 16:04:13 +0200
committerHenny022p <info@henny022.de>2021-04-08 16:04:13 +0200
commitb5f1938f580bfd7233e251a2ff0aee2eab926f10 (patch)
treef75192244252d2bfcf246532ecb17b07421fce3e /Makefile
parent010c0456eb207267d75c91cf68ff2b2356debcc0 (diff)
disable -g on m4a.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb8fdd6c..7d2aedb6 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ endif
#$(C_BUILDDIR)/need_interworking_file_name.o: CFLAGS += -mthumb-interwork
$(C_BUILDDIR)/arm_proxy.o: CFLAGS += -mthumb-interwork
-$(C_BUILDDIR)/gba/m4a.o: CFLAGS += -mthumb-interwork
+$(C_BUILDDIR)/gba/m4a.o: CFLAGS = -O2 -mthumb-interwork -Wimplicit -Wparentheses -Werror -Wno-multichar
$(C_BUILDDIR)/eeprom.o: CFLAGS = -O1 -mthumb-interwork -Wimplicit -Wparentheses -Werror -Wno-multichar
C_SRCS := $(wildcard $(C_SUBDIR)/*.c $(C_SUBDIR)/*/*.c)