diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2016-12-12 09:49:28 +0100 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2016-12-12 09:50:46 +0100 |
commit | a4e99aa6857986eed3c85da6cd5522bf8b9716fe (patch) | |
tree | 083b93fda105818705c30f021ca5a0130558d844 | |
parent | 11373fb2d4836083f2a72a9669098a068bba4242 (diff) |
Add more errors
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ AS := $(DEVKITARM)/bin/arm-none-eabi-as ASFLAGS := -mcpu=arm7tdmi CC1 := tools/agbcc/bin/agbcc -override CFLAGS += -mthumb-interwork -Wimplicit -O2 -fhex-asm +override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Wunused -Werror -O2 -fhex-asm CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef |