diff options
-rw-r--r-- | tmk_core/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/rules.mk b/tmk_core/rules.mk index 4c547cfd2..56a331e28 100644 --- a/tmk_core/rules.mk +++ b/tmk_core/rules.mk | |||
@@ -70,7 +70,7 @@ CSTANDARD = -std=gnu99 | |||
70 | #CXXDEFS += | 70 | #CXXDEFS += |
71 | 71 | ||
72 | # Speed up recompilations by opt-in usage of ccache | 72 | # Speed up recompilations by opt-in usage of ccache |
73 | USE_CCACHE ?= yes | 73 | USE_CCACHE ?= no |
74 | ifneq ($(USE_CCACHE),no) | 74 | ifneq ($(USE_CCACHE),no) |
75 | CC_PREFIX ?= ccache | 75 | CC_PREFIX ?= ccache |
76 | endif | 76 | endif |