Re: What compiler directives do i have to delete in the LAST compilation of my program ?
- From: "Tom de Neef" <tdeneef@xxxxxxxx>
- Date: Sun, 20 Aug 2006 23:27:41 +0200
"nek" <eizo5@xxxxxxxxx> schreef in bericht
news:ecadda$2sfs$1@xxxxxxxxxxxxxxxxxxxxxx
DELPHI 7
Somewhere in the web, in the past, I found something compiler directives
{$... } that i should delete in the final compilation of my program to
make the .exe smaller and my program faster.
The problem is that i don't remember what do i have to do.
You have announced earlier that you are a newbie. In that case: stay away
from compiler directives.
Limit yourself to what is available under Project - Options, compiler and
linker tabs.
For speed you can turn off range checking and overflow checking. The
difference in speed may not be noticeable and you may pay a prize in missing
a bug that shows up in rare cases only.
For size make sure that the linker options do not specify TD32 or remote
debug info.
Tom
.
- References:
- Prev by Date: Delphi threading
- Next by Date: Re: TStreams
- Previous by thread: What compiler directives do i have to delete in the LAST compilation of my program ?
- Next by thread: Delphi threading
- Index(es):
Relevant Pages
|