add NON_MATCHING

This commit is contained in:
Alex Bates 2020-10-23 10:36:00 +01:00
parent 049022174c
commit 3576683006
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706

View File

@ -67,6 +67,10 @@ OLDASFLAGS = -EB -Iinclude -G 0
CFLAGS = -O2 -quiet -G 0 -mcpu=vr4300 -mfix4300 -mips3 -mgp32 -mfp32 -Wimplicit -Wuninitialized -Wshadow
LDFLAGS = -T undefined_syms.txt -T undefined_funcs.txt -T $(LD_SCRIPT) -Map $(LD_MAP) --no-check-sections
ifeq ($(NON_MATCHING),1)
CPPFLAGS += -DNON_MATCHING
endif
### Targets ###