There are some more options that can be set with special variables. In general they are simply shortcuts and can be replaced with adding compiler command-line options to OPT:
adds -XX to the compiler command-line options.
adds -CX to the compiler command-line options.
adds -gl and -dDEBUG to the compiler command-line options.
adds -O1r or -O2 depending on the CPU, and -Ur and -DRELAASE to the command-line.
adds -Xs to the command-line.
adds -O2 to the command-line.
adds -vwni to the command-line.