add ccache config
This commit is contained in:
parent
3aa722a3df
commit
1aaf23f01e
1 changed files with 4 additions and 0 deletions
4
.config/ccache/ccache.conf
Normal file
4
.config/ccache/ccache.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
cache_dir = /mnt/ccache
|
||||
compression_level = 10
|
||||
max_size = 100G
|
||||
compression = true
|
Reference in a new issue