Name: Anonymous 2009-08-06 10:53
Hey /prog/,
what are your USE flags and CFLAGS? Post your make.conf here.
what are your USE flags and CFLAGS? Post your make.conf here.
CFLAGS="-march=native -O2 -pipe -ggdb"
MAKEFLAGS="-j4"
BUILDENV=(fakeroot !distcc color !ccache !xdelta)
OPTIONS=(!strip docs libtool emptydirs)
CFLAGS="-march=pentium-m -O2 -pipe -mfpmath=sse"
LDFLAGS="-Wl,--as-needed"-O6 and more useless stuff.
CFLAGS="-O3 -march=core2 -pipe -fomit-frame-pointer -funsafe-optimizations -funroll-loops -omg-optimized"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j254"
USE="ipv6 gnutls"
CFLAGS="-extracpu-pipes=4 -vomit-frame-pointer"