On 12/23/13 11:20, Khumba wrote:

[snip]

Note that as Holger says, you need to use /etc/portage/package.env
to ensure that you're not setting debugging flags like CFLAGS="-g"
either, to stop webkit-gtk from wanting 18GB.

/etc/portage/package.env:
   net-libs/webkit-gtk no-debug.conf

/etc/portage/env/no-debug.conf:
   CFLAGS="<put your normal CFLAGS without -g, -ggdb, etc.>"
   CXXFLAGS="<ditto>"

Cheers,
Khumba

Thanks for the pointer. That was it!
CFLAGS="-O2 -march=athlon-xp -pipe -ggdb"

I must have been running some debugging in the past and forgot to reset the 
"-ggdb" flag.

Thanks.
--
Joseph

Reply via email to