forked from mirrors/qmk_firmware
Fix 'debug-off' target of hhkb to remove 'print'
This commit is contained in:
parent
32997200f7
commit
31b3e4bc38
1 changed files with 1 additions and 0 deletions
|
@ -152,4 +152,5 @@ 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
|
||||
|
|
Loading…
Reference in a new issue