diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-13 13:49:03 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-13 13:49:03 -0500 |
commit | 4f20fc1ad3f8c204fe1adf7c594a66c9c57774e4 (patch) | |
tree | 63fa084c2111ac8bb10d317b0be138f8476d0cf5 | |
parent | 2a841124cffddcfcc5650d06aa373558fe255f2c (diff) |
please work i am tired of fixing you
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |