summaryrefslogtreecommitdiff
blob: ca21b9322e8e0af416a37811718fc4493706aec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From 8d6fd9c0896e513eec2da3c97cfd33a5ec09c148 Mon Sep 17 00:00:00 2001
From: Bernd Waibel <waebbl@gmail.com>
Date: Sun, 17 May 2020 21:38:45 +0200
Subject: [PATCH] [Gentoo-specific] Disable ccache building

On Gentoo we use a USE flag to determine whether to use
ccache for building or not.

Signed-off-by: Bernd Waibel <waebbl@gmail.com>
---
 openscad.pro | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/openscad.pro b/openscad.pro
index cc7f3569..8fbd3a5b 100755
--- a/openscad.pro
+++ b/openscad.pro
@@ -208,10 +208,10 @@ mdi {
   DEFINES += ENABLE_MDI
 }
 
-system("ccache -V >/dev/null 2>/dev/null") {
-  CONFIG += ccache
-  message("Using ccache")
-}
+#system("ccache -V >/dev/null 2>/dev/null") {
+#  CONFIG += ccache
+#  message("Using ccache")
+#}
 
 include(common.pri)
 
-- 
2.26.2