E.6.2 Compiler command line variables

The following variables can be set on the make command line, they will be recognised and integrated in the compiler command line options.:

CREATESMART
If this variable is dened, it tells the compiler to create smartlinked units. Adds -CX to the command line options.
DEBUG
If dened, this will cause the compiler to include debug information in the generated units and programs. It adds -gl to the compiler command line, and will dene the DEBUG dene.
LINKSMART
Dening this variable tells the compiler to use smartlinking. It adds -XX to the compiler command line options.
OPT
Any options that you want to pass to the compiler. The contents of OPT is simply added to the compiler command line.
OPTDEF
Are optional denes, added to the command line of the compiler. They get -d prepended to them.
OPTIMIZE
If this variable is dened, this will add -OG2p3 to the command line options.
RELEASE
If this variable is dened, this will add the -Xs -OG2p3 -n options to the command line options, and will dene the RELEASE dene.
STRIP
If this variable is dened, this will add the -Xs option to the command line options.
VERBOSE
If this variable is dened, then -vnwi will be added to the command line options.