humanai / gyp

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

Linux make builds should serialize linking #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Linux, the Scons builds use flock to serialize linking since it can use
a large amount of memory. The make build doesn't seem to do this, and I run
into trouble when I'm compiling with -j40.

Original issue reported on code.google.com by thestig@chromium.org on 20 Aug 2009 at 12:10

GoogleCodeExporter commented 9 years ago
This might do it?

http://codereview.chromium.org/173106
http://codereview.chromium.org/174114

Original comment by thestig@chromium.org on 20 Aug 2009 at 1:06

GoogleCodeExporter commented 9 years ago

Original comment by thestig@chromium.org on 9 Sep 2009 at 9:48

GoogleCodeExporter commented 9 years ago
r695. Pass LINK="flock /path/to/lock.file g++" to make.

Original comment by thestig@chromium.org on 14 Oct 2009 at 6:49