2010/10/1 NightStrike :
> Is this still an issue?
>
This problem is present in the GCC 4.6-20100925 snapshot. I have since
downgraded to the 0918 snapshot, which does not have this problem. I
will rebuild when a new 4.6 snapshot emerges on the GCC mirrors and
let you know if lto has broken permane
Is this still an issue?
On Tue, Sep 21, 2010 at 1:17 PM, Ruben Van Boxem
wrote:
> Hi,
>
> In an effort to test my build(script), I decided to rebuild everything, now
> employing my freshly gained lto capabilities:
>
> CFLAGS="...-flto" # ... = old options, which worked :)
> LFLAGS="-flto -fwhopr=
Hi,
In an effort to test my build(script), I decided to rebuild everything, now
employing my freshly gained lto capabilities:
CFLAGS="...-flto" # ... = old options, which worked :)
LFLAGS="-flto -fwhopr=$BUILD_CORES"
The options get passed nicely to every configure script, and they are used
wher