The following variables can be set on the make command line, they will be recognized and integrated in the compiler command line options.:
If this variable is defined, it tells the compiler to create smartlinked units. Adds -CX to the command line options.
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.
Defining this variable tells the compiler to use smartlinking. It adds -XX to the compiler command line options.
Any options that you want to pass to the compiler. The contents of OPT is simply added to the compiler command line.
Are optional defines, added to the command line of the compiler. They get -d prepended to them.
If this variable is defined, this will add -OG2p3 to the command line options.
If this variable is defined, this will add the -Xs -OG2p3 -n options to the command line options, and will define the RELEASE define.
If this variable is defined, this will add the -Xs option to the command line options.
If this variable is defined, then -vnwi will be added to the command line options.