<div dir="ltr"><span class=""></span><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> With gcc 5.3.1 I end up with lib{GL,OSMesa}.so @ 44M and<br>
> libswrAVX{,2}.so @ 70M.  With flto turned on it drops WAY down to<br>
> lib{GL,OSMesa}.so @ 13M and libswrAVX{,2}.so @ 18M<br>
<br>
</span>I assume those numbers are including debugging symbols? How do stripped<br>
binaries compare?<br></blockquote><div><br></div></div>Silly me, I didn't even consider that since I wasn't explicitly doing a debug build.  That being said, after explicitly stripping the binaries with "strip -g", the resulting difference is negligible between the two (LTO vs non-LTO).<br><br></div></div>