< Optimizing Linkage Editor (rlink) Options / Optimize Options >
Disables optimization regarding unreferenced symbol deletion. For a C/C++ variable or C function name, add an underscore (_) at the head of the definition name in the program. For a C++ function, enclose the definition name in the program with double-quotes including the parameter strings. When the parameter is void, specify as "<function name>( )". |