# Should we add the ccache compiler symlinks to PATH
# yes|no
# Please note that if added to $PATH the user can still disable
# it with CCACHE_DISABLE
# If not enabled by default, the user can add /usr/lib64/ccache/bin/
# to their $PATH
USE_CCACHE_DEFAULT="no"

# Enable icecream integration
USE_CCACHE_WITH_ICECREAM="no"

