On Mon, 8 Nov 2004, Jonathan Berry wrote: > Out of curiosity, do you know how the x86_64 kernels are compiled as > well? I'll probably do a custom compile, but it'd be something > interesting to know. In general, CFLAGS for .x86_64.rpm packages should be -O2 -g -pipe -m64 The kernel may override this though (and probably does). -- Elliot