This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: reduce compilation times?


mahmoodn writes:
 > 
 > I also saw that it is some how possible to exclude unnecessary header files
 > from compiling in the make file. But I do not know how??
 > 
 > can anyone help me...
 > thanks,

Did you read the manual Section "Using Precompiled Headers" ?

 > 
 > 
 > 
 > Andrew Haley wrote:
 > > 
 > > 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.
 > > 
 > > -- 
 > > Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor,
 > > Berkshire, SL4 1TE, UK
 > > Registered in England and Wales No. 3798903
 > > 
 > > 
 > 
 > -- 
 > View this message in context: http://www.nabble.com/reduce-compilation-times--tf4880765.html#a14104659
 > Sent from the gcc - Help mailing list archive at Nabble.com.

-- 
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, UK
Registered in England and Wales No. 3798903


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]