[fpc-pascal] Compiling FPC itself with optimization
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Sep 25 09:44:21 CEST 2009
On 24 Sep 2009, at 20:12, Graeme Geldenhuys wrote:
> Does FPC actually differentiate optimization between Core2 vs i7 vs
> Phenom etc?
No.
> Or does it group those into something like optimization
> level 3 (just an example)
It groups them using the -Opxxx/-Cpxxx parameters. Use fpc -i to see
which options are supported for your target (if any).
Jonas
More information about the fpc-pascal
mailing list