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