~ruther/qmk_firmware

1b93d576f84822d0f4947179ee49f614ba345f12 — Joel Challis 3 years ago b36e0c6
Fix ccache default (#14906)

1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/rules.mk
M tmk_core/rules.mk => tmk_core/rules.mk +1 -1
@@ 70,7 70,7 @@ CSTANDARD = -std=gnu99
#CXXDEFS +=

# Speed up recompilations by opt-in usage of ccache
USE_CCACHE ?= yes
USE_CCACHE ?= no
ifneq ($(USE_CCACHE),no)
    CC_PREFIX ?= ccache
endif