Everything

-noprelink


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

[Format]

-noprelink

 

-

[Default]

If this option is not specified, the prelinker is initiated.

[Description]

-

Disables the prelinker initiation.

-

The prelinker supports the functions to generate the C++ template instance automatically and to check types at run time. When the C++ template function and the run-time type test function are not used, specify the noprelink option to reduce the link time.

[Remarks]

-

When extract or strip is specified, this option is unavailable.

-

If form=lib or form=rel is specified while the C++ template function and run-time type test are used, do not specify noprelink.