summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2021-04-18 13:03:25 -0700
committerGitHub <noreply@github.com>2021-04-18 13:03:25 -0700
commitf82b7976912a5bfbe4d6ecb2c0f9bccbfbc4d86b (patch)
tree03c06ec014afa08cbe237ceb73736e754fea5a0c
parent03e532b30ae0ca1c3352b0616d198d68b07f8b06 (diff)
parentb5f1938f580bfd7233e251a2ff0aee2eab926f10 (diff)
Merge pull request #149 from Henny022p/bix_debug_build
Fix Debug build
-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)