compileinfo structure."> Gentee: optimize
EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

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