From 330ed81ab2616b82680dfb38e64c580d20c73a79 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 8 Jun 2020 21:27:00 +0300 Subject: [PATCH] ccache: Add new message to post-install --- extra/ccache/post-install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extra/ccache/post-install b/extra/ccache/post-install index aa7a58ee..ee7bde64 100755 --- a/extra/ccache/post-install +++ b/extra/ccache/post-install @@ -7,4 +7,10 @@ NOTE: To enable 'ccache' add this to your -> export PATH=/usr/lib/ccache/bin:\$PATH +NOTE: Clang is not supported out-of-the-box. + The following symlinks need to be created. + +-> ln -s /usr/bin/ccache /usr/lib/ccache/bin/clang +-> ln -s /usr/bin/ccache /usr/lib/ccache/bin/clang++ + EOF