Add ccache.conf to base-files/.
This commit is contained in:
parent
a3322cb47f
commit
b0b2277788
1 changed files with 4 additions and 0 deletions
4
base-files/ccache.conf
Normal file
4
base-files/ccache.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
cache_dir = /tmp/ccache
|
||||
max_size = 5G
|
||||
inode_cache = true
|
||||
# log_file = /path/to/logfile
|
Loading…
Add table
Add a link
Reference in a new issue