diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index e8ae78a5dd..86b56c123a 100644 --- a/tools/ccache/Makefile +++ b/tools/ccache/Makefile @@ -17,6 +17,7 @@ include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk CMAKE_HOST_OPTIONS += \ + -DCCACHE_DEV_MODE=OFF \ -DCMAKE_C_COMPILER_LAUNCHER="" \ -DCMAKE_CXX_COMPILER_LAUNCHER="" \ -DCMAKE_SKIP_RPATH=FALSE \