Confirmed users
120
edits
Line 215: | Line 215: | ||
<pre> | <pre> | ||
ac_add_options --with-ccache | ac_add_options --with-ccache | ||
</pre> | |||
Note that if you are using ccache, the default cache size of 1GB is not large enough for a Firefox build. To fully utilize ccache (full builds in <5 minutes after the initial build), you'll need to change the cache size to at least 4GB like so: | |||
<pre> | |||
$ ccache --max-size 4G | |||
</pre> | </pre> | ||