1
0
Fork 0
This commit is contained in:
IBNobody 2016-04-14 18:01:29 -05:00
parent cf17687f29
commit f051496f13
3 changed files with 169 additions and 9 deletions

View file

@ -136,4 +136,11 @@ VPATH += $(TARGET_DIR)
VPATH += $(TOP_DIR)
VPATH += $(TMK_DIR)
debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION
debug-on: all
debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
debug-off: all
include $(TOP_DIR)/quantum/quantum.mk