summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-13 23:04:56 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-13 23:04:56 -0500
commit9e8a841bfa0271a603b5e4895be3067cfa26f8ab (patch)
tree52279a2b052583ccfc4a0d6a592cf8a384227a93 /Makefile
parentd979ac3bf3924051de8bb4154e8398083535eabb (diff)
parentefc54948345235bdc7d2961d547498612ea8426c (diff)
Merge branch 'master' of github.com:pret/pokeemerald into main-menu-state-machine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1841eb6b8..c9a7c2e05 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ ASFLAGS := -mcpu=arm7tdmi
CC1 := tools/agbcc/bin/agbcc$(EXE)
override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm
-CPPFLAGS := -I tools/agbcc/include -I tools/agbcc -iquote include
+CPPFLAGS := -I tools/agbcc/include -I tools/agbcc -iquote include -Wno-trigraphs
LDFLAGS = -Map ../../$(MAP)