[x264-devel] Re: configure script
Måns Rullgård
mru at inprovide.com
Sun Oct 16 15:27:59 CEST 2005
Johannes Reinhardt <Johannes.Reinhardt at uni-konstanz.de> writes:
> Måns Rullgård wrote:
>
>>Johannes Reinhardt <Johannes.Reinhardt at uni-konstanz.de> writes:
>>
>>
>>
>>>Hi
>>>
>>>here is a patch adding a new option to the configure script: --enable-gprof
>>>
>>>-if [ "$debug" != "yes" ]; then
>>>+if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
>>> CFLAGS="$CFLAGS -s -fomit-frame-pointer"
>>>
>>>
>>
>>Shouldn't that be -o, not -a?
>>
>>
>>
> no, "-s -fomit-frame-pointer" should only be added iff debug and
> gprof are not set.
Yes, of course. I must have been smoking.
--
Måns Rullgård
mru at inprovide.com
--
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html
More information about the x264-devel
mailing list