Compile on 64-bit Linux with full optimizations

Post Reply
tcooke

Compile on 64-bit Linux with full optimizations

Post 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
nizar
Posts: 22
Joined: Sat Oct 08, 2005 11:13 am
Location: localhost
Contact:

Post 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?
Post Reply