Tag Archives: Compilation

Speeding up Compilation

Ccache Or rather recompilation to be specific! Install ccache package http://ccache.samba.org/ using, $ sudo yum install ccache or $ sudo apt-get install ccache This should create a soft link to ccache for gcc (and cc as well) in /usr/lib/ccache directory. If you … Continue reading

Posted in Linux | Tagged , , , | Leave a comment