[x264-devel] Re: configure script
    Måns Rullgård 
    mru at inprovide.com
       
    Sun Oct 16 13:35:03 CEST 2005
    
    
  
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?
-- 
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