Qian Qiao wrote:

After going through the GCC docs, i've decided to use: -march=pentium3
-mmmx -msse -msse2.

I don't really recommend that. A few things may have compile errors if you globally use -mmmx, -msse, and -msse2. Instead, I suggest you set the mmx and sse USE flags, and let portage add those CFLAGS for those packages where it actually makes a difference and is supported.

Also, don't forget -fomit-frame-pointer and -pipe.

-Richard

--
gentoo-user@gentoo.org mailing list

Reply via email to