dotfiles/shell/ccache

4 lines
78 B
Bash
Executable file

export USE_CCACHE=1
export CCACHE_DIR=$HOME/.local/var/ccache
# vim: ft=bash