|
VMS Help CXXLINK, Obsolete Qualifiers *Conan The Librarian |
The following qualifiers should no longer be used. Instead, use the corresponding /PRELINK=option qualifier.
1 - /EXPAND
/EXPAND (D)
/NOEXPAND
Controls whether CXXLINK displays unresolved C++ symbols in their
mangled or demangled form. By default CXXLINK displays symbols in
their demangled form.
This qualifier is obsolete and may be removed in a future release
to support new OpenVMS Link Utility qualifiers.
2 - /TEMPLATE_PRELINK
/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.
|
|