CFLAGS
On Wed, 16 Jan 2008 20:48:21 +0100
Cahn Roger <rcahn@club-internet.fr> wrote:
> Hi,
>
> I'll have soon a new PC with Processor
> Intel Core2 Duo E6850
> Which cflags do I need for it?
> Thank you very much.
> Roger
CFLAGS="-O2 -march=nocona -pipe"
should do it if your running stable AMD64. If you happened to use
gcc-4.2 or later on AMD64 you could do something like this:
CFLAGS="-O2 -march=native -mtune=native -pipe"
--
Ken69267
Gentoo AMD64 AT
|