compileinfo structure."> Gentee: optimize
EnglishРусский  
 Share/Save/Bookmark
 

Ads

Installer and installation software
Commercial and Freeware installers.

optimize

The structure for the using in compileinfo structure.

typedef struct
{
   uint flag;
   pubyte nameson;
   pubyte avoidon;
} optimize, * poptimize;

Members

flag Flags of the optimization.
OPTI_DEFINEDelete 'define' objects.
OPTI_NAMEDelete names of objects.
OPTI_AVOIDDelete not used objects.
OPTI_MAINLeave only one main function with OPTI_AVOID.
nameson Don't delete names with the following wildcards divided by 0 if OPTI_NAME specified
avoidon Don't delete objects with the following wildcards divided by 0 if OPTI_AVOID specified

Related links

Source