summarylogtreecommitdiffstats
path: root/0001-disable-forced-ccache.patch
blob: 3a587dfe0e2c56ec33b092f4419b3851df3f7d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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