[x264-devel] Re: configure script
    Johannes Reinhardt 
    Johannes.Reinhardt at uni-konstanz.de
       
    Sun Oct 16 13:51:38 CEST 2005
    
    
  
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.
-- 
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