This option doesn't always help as various C library functions are built-in into the compiler. Regards, Cristina On Feb 21, 2008, at 7:32 PM, Duncan Sands wrote: > Try adding the gcc 'noinline' attribute to functions you don't > want inlined (see the gcc docs for details). > > Ciao, > > Duncan.