The following variable 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 de ned, it tells the compiler to create smartlinked
units. Adds -CX to the command-line options.
-
DEBUG
- If de ned, 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
de ne the DEBUG de ne.
-
LINKSMART
- De ning 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 de nes, added to the command-line of the compiler. They get -d
prepended to them.
-
OPTIMIZE
- if this variable is de ned, this will add -OG2p3 to the command-line options.
-
RELEASE
- if this variable is de ned, this will add the -Xs -OG2p3 -n options to the
command-line options, and will de ne the RELEASE de ne.
-
STRIP
- if this variable is de ned, this will add the -Xs option to the command-line options.
-
VERBOSE
- if this variable is de ned, then -vnwi will be added to the command-line
options.