This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 4.8.0 compile with lto
- From: Markus Trippelsdorf <markus at trippelsdorf dot de>
- To: gcc_mailinglist at abwesend dot de
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 25 Mar 2013 08:06:50 +0100
- Subject: Re: gcc 4.8.0 compile with lto
- References: <trinity-46d93944-181a-4a69-836d-b1cd693c2d5c-1364154786327 at msvc024>
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