Explorar o código

Fix ccache default (#14906)

Joel Challis %!s(int64=3) %!d(string=hai) anos
pai
achega
1b93d576f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tmk_core/rules.mk

+ 1 - 1
tmk_core/rules.mk

@@ -70,7 +70,7 @@ CSTANDARD = -std=gnu99
 #CXXDEFS +=
 #CXXDEFS +=
 
 
 # Speed up recompilations by opt-in usage of ccache
 # Speed up recompilations by opt-in usage of ccache
-USE_CCACHE ?= yes
+USE_CCACHE ?= no
 ifneq ($(USE_CCACHE),no)
 ifneq ($(USE_CCACHE),no)
     CC_PREFIX ?= ccache
     CC_PREFIX ?= ccache
 endif
 endif