]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit
core: Add NO_PRINT and NO_DEBUG build option
authortmk <hasu@tmk-kbd.com>
Wed, 18 Sep 2019 06:09:02 +0000 (15:09 +0900)
committertmk <hasu@tmk-kbd.com>
Wed, 18 Sep 2019 06:09:02 +0000 (15:09 +0900)
commit13e115b35244d12e944475d7e5d002fd8eb726d4
treebf1e898cdf32916fd235c30661c977612d4fb1b4
parentbc821b79d09dfc1d3747b1f7a9937d852404d12b
core: Add NO_PRINT and NO_DEBUG build option

Lines below in Makefile disable print and debug functions respectively.
    NO_PRINT = yes
    NO_DEBUG = yes
tmk_core/common.mk