On 31 Jul 2000, Yoann Vandoorselaere wrote:

> Also, 'on cooker', binary should be compiled with :
> 
> -O0 :
>         By compiling binary with *any* optimisations flags, 
>         you take the risk of having wrong gcc report ( generally,
>         -O2 work, but it do not in a few cases ) . 
> 
> 
> -fno-inline :
>             Because when the programmer manually specify inline, 
>             the code will be inlined, even if you say gcc to not
>             perform any optimisations.  

I'm not so sure you should do this. The reason why is because then when
you go to release the next Mandrake and change the compiler flags, things
might break. Better that they break now and we catch them instead of
finding out last minute that the optimizing flags broke something.

Ian

Reply via email to