1
0
Fork 0
dotfiles/gentoo/etc/portage/env/ccache.conf

6 lines
170 B
Plaintext
Raw Normal View History

2023-07-03 08:58:15 +00:00
# Also edit /etc/ccache.conf
FEATURES='ccache'
CCACHE_DIR='/var/cache/ccache'
CCACHE_COMPILERCHECK='%compiler% -dumpmachine; %compiler% -dumpversion'
CCACHE_MAXSIZE='5G'