[fpc-pascal] Compiling FPC itself with optimization
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Sep 25 09:26:57 CEST 2009
On 24 Sep 2009, at 18:01, graemeg.lists wrote:
> How optimized is FPC itself when I do a 'make all' in the source
> directory? No optimization, memory optimized, speed optimized, all of
> the above, etc..
For speed.
> Can I improve performance of the 64bit FPC compiler for my Quad Core
> processor? If so, what parameters do I pass to the make command?
OPT="-Cppentiumm -Oppentiumm"
Note that the differences will probably be too small to notice in most
programs.
Jonas
More information about the fpc-pascal
mailing list