g++, colorgcc and ccache

后端 未结 7 2018
庸人自扰
庸人自扰 2021-02-04 01:45

Trying to combine ccache and colorgcc. Following link text:

  • my g++ is soft link to colorgcc
  • ~/.colorgccrc contains line: \"g++: ccache /usr/bin/g++\"
7条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-04 02:15

    there is another way to colorize GCC that I think it is much easier to install because you don't have to edit any system files such as .bash Moreover it is based on Ruby which allows wide customization using Ruby gems. For example GilCC shows # of warnings, # of errors and compile time, very handy when you want to cleanup or improve build time.

    here is the link to stackoverflow that talks about GilCC:

    Improving g++ output

提交回复
热议问题