> > Moreover we can't build debugging symbols on most archs due to the enormous > amount of RAM+swap it involves in the linking process (more than 8GB last > time > I checked). This is at least the same as QtWebKit, but seems to be getting > worse. >
gold linker seems to handle this a /lot/ better than normal ld. It made my little laptop able to cope. David