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: gcc 4.8.0 compile with lto


On 2013.03.24 at 20:53 +0100, gcc_mailinglist@abwesend.de wrote:
> 
> is it useful to compile gcc 4.8.0 with the lto option?

If you want a (slightly) faster compiler then yes.
Simply add "--with-build-config=bootstrap-lto" to your configuration.
You can combine this with profile feedback: "make profiledbootstrap".

-- 
Markus


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