"Ghorban M. Tavakoly via Gcc" <gcc@gcc.gnu.org> writes: > > I need LTO. Is there a way to have LTO in GCC, without LTOing the GCC > itself? This way my builds will be many times faster.
LTO can be used without LTOing gcc itself. It is normally built by default if the target supports it. -Andi