Everything

-samecode_forbid


< Optimizing Linkage Editor (rlink) Options / Optimize Options >

[Format]

-samecode_forbid = <function name> [,...]

[Description]

-

Disables optimization regarding same-code unification. 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>( )".

[Remarks]

-

If optimization is not applied at linkage, this option is ignored.