summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-06-29 23:53:59 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-06-29 23:53:59 +0100
commit9ca7867c762c51a6466b3415b64bd368795cc9c3 (patch)
tree010a01a424663c4ad2c6118917bd093ac40c7dce /profiles
parentTweak bzImage steps to avoid double build (diff)
downloadportage-9ca7867c762c51a6466b3415b64bd368795cc9c3.tar.bz2
portage-9ca7867c762c51a6466b3415b64bd368795cc9c3.tar.xz
portage-9ca7867c762c51a6466b3415b64bd368795cc9c3.zip
Remove ccache hardlink flag as it breaks when crossing devices
Appears to work, cache is written, but cache usage fails sliently
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults1
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index a36b4be..ce1be3b 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -2,7 +2,6 @@ ACCEPT_KEYWORDS="~amd64"
CFLAGS="-O3 -march=native -pipe"
CXXFLAGS="${CFLAGS}"
LDFLAGS="$LDFLAGS -O3 -march=native -pipe"
-CCACHE_HARDLINK="true"
CCACHE_MAXSIZE="10G"
CLEAN_DELAY="0"
EMERGE_WARNING_DELAY="0"