Re: ccache cache dir
Joel Rosdahl <[email protected]>
| Newsgroups | gmane.comp.compilers.ccache |
|---|---|
| Message-ID | <CAK8D=piE+fy6xfoGKBP0YB-dS5hV0tGJhFgMg84JLVkpZasA5A@mail.gmail.com> |
Hi Matthew, On 11 November 2012 01:35, Matthew Millar <[email protected]> wrote: > I've noticed that ccache stores it's cached data within /var/tmp, and I'm > wondering whether the developer has chosen not to store the data within > /var/cache as the File System Hierarchy standard states? ccache's default cache directory is $HOME/.ccache, not /var/tmp, so either you or your operating system vendor has configured ccache not to use the default. Search for the CCACHE_DIR variable in your shell's startup files or similar. -- Joel