Re: [Mesa-dev] [PATCH] mesa: Enable LTO by default on i965/libdricore release builds.

2013-08-15 Thread Eric Anholt
Chad Versace writes: > On 08/08/2013 01:43 PM, Eric Anholt wrote: >> We can't just smash it on globally due to (probably resolvable) issues >> with the asm in glapi. And we don't want to penalize developers with >> longer build times for their normal debug environment. >> >> Due to libdricore ma

Re: [Mesa-dev] [PATCH] mesa: Enable LTO by default on i965/libdricore release builds.

2013-08-12 Thread Chad Versace
On 08/08/2013 01:43 PM, Eric Anholt wrote: We can't just smash it on globally due to (probably resolvable) issues with the asm in glapi. And we don't want to penalize developers with longer build times for their normal debug environment. Due to libdricore making almost all of our symbols public

[Mesa-dev] [PATCH] mesa: Enable LTO by default on i965/libdricore release builds.

2013-08-08 Thread Eric Anholt
We can't just smash it on globally due to (probably resolvable) issues with the asm in glapi. And we don't want to penalize developers with longer build times for their normal debug environment. Due to libdricore making almost all of our symbols public, the effect is very small -- cairo-gl with I