--- Makefile 2021-02-09 12:30:57.700282539 +0100 +++ Makefile 2021-02-09 12:31:06.658439895 +0100 @@ -30,4 +30,4 @@ -ifneq (, $(shell which ccache)) - OCC := $(CC) - CC := ccache $(CC) -endif +#ifneq (, $(shell which ccache)) +# OCC := $(CC) +# CC := ccache $(CC) +#endif