suriab / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Support turning on and off incremental linking based on 32 vs 64 system #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we end up having incremental linking off in chromium because 32-bit 
systems run out of address space. If we make this selective based on 32/64, 
we can have it on for folks with 64-bit.

Original issue reported on code.google.com by bradnel...@google.com on 4 May 2009 at 10:30

GoogleCodeExporter commented 9 years ago
Fixed in gyp.  Filed an issue (http://code.google.com/p/chromium/issues/detail?
id=18646) in Chromium to have it start using the feature, which should improve 
build 
performance on 64-bit systems.

Original comment by sgk@chromium.org on 6 Aug 2009 at 5:38