Re: reduce compilation times?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Aside from using -j on HT/Mulitcore/Multi-CPU Systems and ccache it might help to put the sourcecode into a ramdisk for compilation (no ccache needd then), or at least the build directory, for all the temporary stuff.

-Sven


Andrew Haley schrieb:
mahmoodn writes:
> > Is it possible to reduce compilation time with GCC?

Yes.  distcc will help you, as will "make -j".  ccache is also useful.

Andrew.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux