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

Michael Niedermayer michaelni at gmx.at
Fri Feb 22 19:50:13 CET 2008


On Fri, Feb 22, 2008 at 09:28:50AM +0100, Carl Eugen Hoyos wrote:
> Hi!
> 
> 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 ...

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I have never wished to cater to the crowd; for what I know they do not
approve, and what they approve I do not know. -- Epicurus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20080222/5cd24341/attachment.pgp>


More information about the MPlayer-dev-eng mailing list