[MPlayer-dev-eng] MIPS compiler workaround in mp3lib/Makefile
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Mar 17 12:25:02 CET 2007
Hello,
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.
Greetings,
Reimar Döffinger
More information about the MPlayer-dev-eng
mailing list