Page 1 of 1

Compile on 64-bit Linux with full optimizations

Posted: Fri Jul 29, 2005 6:55 am
by tcooke
Hi,

Has anyone figured out how to compile a working binary on 64-bit Linux with full optimizations? I heard that the reason that the reason that this was not possible was perhaps due to a gcc bug, if anyone knows more specifics on that, then that would be useful to know as well.

Thanks,
Tom

Posted: Sat Oct 08, 2005 11:18 am
by nizar
Hi,

What do you mean by "full optimizations?" ?

I've neuron on AMD64

Code: Select all

CFLAGS="-O3 -pipe -march=athlon64 -fomit-frame-pointer"
and on dual opteron running 24x7 with no problems.

What gcc bug you meant?