[MPlayer-dev-eng] MIPS compiler workaround in mp3lib/Makefile
Diego Biurrun
diego at biurrun.de
Sat Mar 17 19:25:38 CET 2007
On Sat, Mar 17, 2007 at 12:25:02PM +0100, Reimar Döffinger wrote:
> On Sat, Mar 17, 2007 at 12:47:51AM +0100, Diego Biurrun wrote:
> > The following in mp3lib/Makefile looks like a compiler bug workaround
> > (for an ancient and obsolete compiler probably) to me:
> >
> > ifeq ($(TARGET_ARCH_SGI_MIPS),yes)
> > OPTFLAGS := $(OPTFLAGS:-O4=-O0)
> > endif
> >
> > We don't do compiler bug workarounds normally, thus I'm tempted to
> > remove it. Opinions?
>
> Get rid of it. In my experience -O0 is unlikely to work much better that
> -O4 anyway.
OK, done.
Diego
More information about the MPlayer-dev-eng
mailing list