标签:
yum install ccache
mkdir /home/linghegu/.bin
cd vi ~/.bash_profile
ln -s /usr/bin/ccache gcc
ln -s /usr/bin/ccache g++
vim ~/.bash_profile
PATH=/home/linghegu/.bin:$PATH
ccache 的使用
原文地址:http://www.cnblogs.com/bornfish/p/5175641.html