summaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/rules.mk b/tmk_core/rules.mk
index 4c547cfd24..56a331e288 100644
--- a/tmk_core/rules.mk
+++ b/tmk_core/rules.mk
@@ -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