Soeren Sandmann (sandmann at daimi.au.dk): > In fact you probably also need something like: > > --param inline-unit-growth=10000 \ > --param large-function-growth=10000 > > to prevent gcc from deciding not to inline in some cases. These options are added to the CFLAGS in configure.in. I took the checks from xserver. -Billy