[MPlayer-dev-eng] [PATCH] Check for -mno-omit-leaf-frame-pointer

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Feb 22 19:57:08 CET 2008


Hello,
On Fri, Feb 22, 2008 at 07:50:13PM +0100, Michael Niedermayer wrote:
> On Fri, Feb 22, 2008 at 09:28:50AM +0100, Carl Eugen Hoyos wrote:
> > icc fails if called with -mno-omit-leaf-frame-pointer. Attached patch
> > checks if it works.
> [...]
> > ===================================================================
> > --- loader/Makefile	(Revision 26059)
> > +++ loader/Makefile	(Arbeitskopie)
> > @@ -33,7 +33,7 @@
> >  
> >  include ../mpcommon.mak
> >  
> > -CFLAGS+=-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
> > +CFLAGS+=-fno-omit-frame-pointer $(MNOOMIT)
> 
> Does the loader work with icc at all? If no then i guess it should rather
> be disabled instead of just made to pass compilation ...

It worked last time I tested, but icc did not fail, so I wonder why this
is necessary...



More information about the MPlayer-dev-eng mailing list