summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-13 13:49:03 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-13 13:49:03 -0500
commit4f20fc1ad3f8c204fe1adf7c594a66c9c57774e4 (patch)
tree63fa084c2111ac8bb10d317b0be138f8476d0cf5
parent2a841124cffddcfcc5650d06aa373558fe255f2c (diff)
please work i am tired of fixing you
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a42a06898..856fca65d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ CC1 := tools/agbcc/bin/agbcc
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 -Werror
+CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef -Werror -Wno-trigraphs
LD := $(DEVKITARM)/bin/arm-none-eabi-ld