[Ffmpeg-devel] [PATCH] fomit-frame-pointer disable when optimizations disabled

Graham Booker ffmpeglist
Fri Jul 21 04:48:47 CEST 2006


I found that when -fomit-frame-pointer is enabled, it is very  
difficult to trace within ffmpeg using gdb.  The following patch  
modifies the configure script so that if the user disables  
optimizations, then the -fomit-frame-pointer is not used.  Since  
omitting the frame pointer is an optimization in my mind, I figured  
this would be a good way to switch on it.

It seems like this only affects darwin.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure-frame-pointer.patch
Type: application/octet-stream
Size: 1244 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060720/663fc388/attachment.obj>
-------------- next part --------------




More information about the ffmpeg-devel mailing list