Mail Archives: djgpp/1997/11/02/23:37:02
At 05:25 10/31/1997 +0200, Genady Beryozkin wrote:
>Hello !
>
>Is there an option to optimize the program for a Pentium processor ?
>I've tried -O6, but it produced a lot of errors during linking.
The stock GCC for DJGPP does not do Pentium optimizations, and for it `-O6'
is the same as `-O3'. There is a `pgcc', which is GCC with Pentium
optimizations added. I think you get it from www.goof.com. And for it `-O6'
adds Pentium optimizations.
Are you sure your link errors are due to your optimization options?
Nate Eldredge
eldredge AT ap DOT net
- Raw text -