<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 31 May 2016 at 15:34, Chuck Atkins <span dir="ltr"><<a href="mailto:chuck.atkins@kitware.com" target="_blank">chuck.atkins@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I've been using lto for the past several weeks not for performance reasons but to reduce the resulting binary size which has grown to be rather substantial.  I usually set "-flto -ffat-lto-objects -flto-odr-type-merging" in the CFLAGS and CXXFLAGS env vars prior to configure and have yet to experience any problems with the files in mapi./<span class="HOEnZb"><font color="#888888"><br></font></span></div><div class="gmail_extra"><span class="HOEnZb"><font color="#888888"><br clear="all"></font></span></div></blockquote><div>Thanks for the confirmation Chuck. It matches what I'm seeing when building using only "-flto".</div><div><br></div><div>On the binary size topic - please make sure you include only the drivers that you need in --with-dri-drivers and --with-gallium-drivers. Otherwise you'll end up with 'megadrivers' (all the drivers in a single binary) with hardlinks for each driver instance. The latter is for backwards compatibility.</div><div><br></div><div>-Emil</div></div></div></div>