Re: distributed compilation
Fabrice GIRARDOT <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Organization | Parkeon |
| Message-ID | <[email protected]> |
Marc Harbonne wrote : > Does the option make –j can improve the compilation time ? Yes. On a Core2 Duo @ 2.13 GHz running Win2k with "only" 1 GB RAM, "make -j8" is about 40% than "make". The "8" value was determined by differents tries. You'll have to find with value best fit your system (CPUs not under-loaded, and OS not over-loaded). Regards. -- Fabrice GIRARDOT