On Sun, Dec 20, 2009 at 2:57 AM, Evan Martin <[email protected]> wrote:
> On Sat, Dec 19, 2009 at 5:39 PM, Jacob Mandelson <[email protected]> wrote:
>> Probably the OOM killer.  Chrome takes a very large amount of memory to link.
>> You can add some swap, or trade a lot of link-time memory for a little 
>> startup
>> delay by building shared.  You can do that by putting this in your
>> ~/.gyp/include.gypi:
>> {'variables': {
>>    'library': 'shared_library',
>> }}
>
> Does this build still work?  Last time I tried it it was broken again
> (something in v8...).

Two people informed me off-list that it works for them, so I guess
it's just something wrong locally.  I again recommend using the shared
build if you're developing on a low-power computer.  Linking is super
fast unless you're working on WebCore.  :)

-- 
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to