mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Ignore trigraph warning
This commit is contained in:
parent
6f1d2b870c
commit
05ad946b83
2
Makefile
2
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user