gnash-dev
[Top][All Lists]
Advanced

[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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]