gcc 4.8.0 compile with lto

Markus Trippelsdorf markus@trippelsdorf.de
Mon Mar 25 07:07:00 GMT 2013


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



More information about the Gcc-help mailing list