blob: 0db3171b33dba910e6ec5b922ab65df3e63da6d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# A bunch of stuff that you shouldn't touch unless you
# know what you're doing.
#
# No touchy, capiche?
ifeq ($(strip $(DEBUG_MATRIX)), yes)
OPT_DEFS += -DDEBUG_MATRIX
endif
|