[fpc-pascal] can we have fpc's doc in chm format? [Patch]
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Dec 7 11:25:49 CET 2007
On 07 Dec 2007, at 06:46, Andrew Haines wrote:
> There's a seriously huge improvement in speed of the chm code when
> compiled with -Ooregvar. I added it to the Makefile.fpc in the
> packages/chm directory.
That must not be done. When compiled for a release, -O2 is used which
automatically includes -Ooregvar. Otherwise, no specific optimisation
switches must be added because it makes debugging more difficult and
is also inconsistent with all other Makefiles.
Jonas
More information about the fpc-pascal
mailing list