[webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

Martin Robinson mrobinson at webkit.org
Tue Jan 3 10:03:15 PST 2012


On Mon, Jan 2, 2012 at 7:20 PM, Soo-Hyun Choi <s.choi at computer.or.kr> wrote:
> I have tried GNU gold linker (Version: 2.20.1-3ubuntu7.1) on Ubuntu
> 10.04 (32-bit) without success. Could you let us know how you have
> been successful to build WebKit Debug on 32-bit machines in more
> detail? I have tried building Efl Debug, by the way.

Another thing you could try is to do a clean build using thin
archives. First remove your build directory and then run the following
in a fresh build directory.

$ AR_FLAGS="cruT" ../../autogen.sh
$ make

--Martin


More information about the webkit-dev mailing list