[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re[2]: [Gnash-dev] Appeal for help - please do a quick test
From: |
strk |
Subject: |
Re: Re[2]: [Gnash-dev] Appeal for help - please do a quick test |
Date: |
Wed, 6 Jun 2007 09:08:34 +0200 |
On Wed, Jun 06, 2007 at 08:51:56AM +0200, strk wrote:
> On Tue, Jun 05, 2007 at 01:51:13PM -0700, John Gilmore wrote:
> > The reason for the speed difference is that the 16:00 checkout passed "-O2"
> > to G++; the new one does not.
>
> Confirmed !
> Next we should find out why ...
> >From what rob says it's either AC_LANG_PUSH or AC_TRY_RUN.
> I'm adding print of CXXFLAGS in 'make dumpconfig'.
Alright, found the problem.
-g -O2 will NOT be pushed if CXXFLAGS is overridden by user (theoretically).
Our setting CXXFLAGS=$save_CXXFLAGS seems to be taken as such an override.
Even if $save_CXXFLAGS is empty !!
To confirm just add the following in configure.ac:
save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$save_CXXFLAGS"
And the -g -O2 go away ...
--strk;
- [Gnash-dev] Appeal for help - please do a quick test, Udo Giacomozzi, 2007/06/05
- Re: [Gnash-dev] Appeal for help - please do a quick test, Udo Giacomozzi, 2007/06/05
- Re: [Gnash-dev] Appeal for help - please do a quick test, Benjamin Goose, 2007/06/05
- Re[2]: [Gnash-dev] Appeal for help - please do a quick test, Udo Giacomozzi, 2007/06/05
- Re: Re[2]: [Gnash-dev] Appeal for help - please do a quick test, John Gilmore, 2007/06/05
- Re: Re[2]: [Gnash-dev] Appeal for help - please do a quick test, strk, 2007/06/06
- Re: Re[2]: [Gnash-dev] Appeal for help - please do a quick test,
strk <=
- Re: Re[2]: [Gnash-dev] Appeal for help - please do a quick test, strk, 2007/06/06
- [Gnash-dev] SIZET_FMT and runtime behaviour checking (was: Appeal for help - please do a quick test), strk, 2007/06/06
- Re: [Gnash-dev] SIZET_FMT and runtime behaviour checking (was: Appeal for help - please do a quick test), Patrice Dumas, 2007/06/06
- Re: [Gnash-dev] SIZET_FMT and runtime behaviour checking (was: Appeal for help - please do a quick test), strk, 2007/06/06
- Re: Re[2]: [Gnash-dev] Appeal for help - please do a quick test, strk, 2007/06/06
Re: [Gnash-dev] Appeal for help - please do a quick test, John Gilmore, 2007/06/05
Re: [Gnash-dev] Appeal for help - please do a quick test, annonygmouse, 2007/06/05
Message not available