Libzypp/Devel/colorgcc

From openSUSE

Colorgcc

  • install colorgcc
    • Look here, its not part of openSUSE any more :-(
  • Make sure ~/bin is in your $PATH BEFORE /usr/bin.

There place symlinks:

cc  -> /usr/bin/colorgcc
g++ -> /usr/bin/colorgcc
gcc -> /usr/bin/colorgcc

- install a ~/.colorgccrc

In colorgccrc define the location of the real cc, gcc, g++ binaries:

/usr/bin/cc, gcc, g++

or

/opt/icecream/bin/cc, gcc, g++

(if icecream is used)