Re: [Mingw-w64-public] My build with lto enabled doesn't work with -flto...

2010-10-01 Thread Ruben Van Boxem
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

Re: [Mingw-w64-public] My build with lto enabled doesn't work with -flto...

2010-09-30 Thread NightStrike
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=

[Mingw-w64-public] My build with lto enabled doesn't work with -flto...

2010-09-21 Thread Ruben Van Boxem
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