summaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index ebc0c1a..7917dc2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -84,6 +84,10 @@
whenever possible
</li>
<li>
+ bundles <a href="https://ccache.samba.org">ccache</a> to speed
+ up repeated builds
+ </li>
+ <li>
integrates well with <a href="#tutorial-5a">autotools</a>,
<a href="#tutorial-5b">cmake</a>, <a href="#tutorial-5c">qmake</a>,
and <a href="#tutorial-5d">hand-written makefiles</a>
@@ -1216,6 +1220,13 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
(short option "-j 4 -k")
</dd>
+ <dt>make foo bar MXE_USE_CCACHE=</dt>
+
+ <dd>
+ disables use of <a href="https://ccache.samba.org">ccache</a>
+ to eliminate potential error sources when debugging
+ </dd>
+
<dt>make EXCLUDE_PKGS='foo bar'</dt>
<dd>