<para>
It is possible to speed up subsequent Hammer builds. To achieve this Hammer
- employs <ulink url="https://ccache.samba.org/">CCache</ulink>. During compilation
- CCache stores object to shared folder. In subsequent runs instead doing actuall
- compilation CCache just returns stored earlier objects. Cache with objects for
+ employs <ulink url="https://ccache.samba.org/">ccache</ulink>. During compilation
+ ccache stores object to shared folder. In subsequent runs instead doing actuall
+ compilation ccache just returns stored earlier objects. Cache with objects for
reuse needs to be stored outside of VM or LXC. To indicate such folder Hammer
requires providing --ccache-dir parameter. In indicated folder there are stored
objects for each target operating system separatelly.
</userinput></screen>
</para>
+ <note>
+ <simpara>For now ccache is only supported for LXC provider in Hammer. Support
+ for VirtualBox will be added later.</simpara>
+ </note>
+
<para>
For more information check: <screen><userinput>./hammer.py --help</userinput></screen>
</para>