On Mon, Mar 1, 2010 at 10:50 AM, Peter Gantner <[email protected]> wrote: > CFLAGS="-O2 -march=nocona -mtune=native -pipe -w -fomit-frame-pointer > -momit-leaf-frame-pointer"
Just a quick note. You don't need -momit-leaf-frame-pointer when you have -fomit-frame-pointer. The latter does what the former does and more. It's almost certainly not what's causing your problem though. Denis.
