optimize
The structure for the using in compileinfo structure.
typedef struct
{
uint flag;
pubyte nameson;
pubyte avoidon;
} optimize, * poptimize;
{
uint flag;
pubyte nameson;
pubyte avoidon;
} optimize, * poptimize;
Members
flag | Flags of the optimization.
| ||||||||
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 |