|
VMS Help CXXLINK, Obsolete Qualifiers, /TEMPLATE_PRELINK *Conan The Librarian |
/TEMPLATE_PRELINK (D)
/NOTEMPLATE_PRELINK
Controls whether CXXLINK performs a partial link (no image output) to
determine whether any unresolved template symbols need to be added
to the LINK command. If you know that your program does not use
templates, you can specify /NOTEMPLATE_PRELINK to bypass this partial
link and proceed directly to the final link.
This qualifier is obsolete and may be removed in a future release
to support new OpenVMS Link Utility qualifiers. Please use
/PRELINK=TEMPLATE_PRELINK instead.
|
|