┌─{Emilie}─{~}─{pts/1}─{ 0 }
└── % gcc --version
gcc (GCC) 4.2.2 (Gentoo 4.2.2 p1.0)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
┌─{Emilie}─{~}─{pts/1}─{ 0 }
└── % grep CFLAGS /etc/paludis/bashrc
export CFLAGS="-O2 -march=k8 -pipe -fomit-frame-pointer"
export CXXFLAGS="${CFLAGS}"