Copyright Digital Equipment Corp. All rights reserved.

/NATIVE_ONLY

   I64 and Alpha systems.

   For I64 and Alpha systems, prevents the linker from generating
   procedure signature information. Procedure signatures are
   required to allow the native code being linked to interoperate
   with images translated from either Alpha or VAX binary code.
   To build an executable or shareable image that calls or can be
   called by translated code, link it using /NONATIVE_ONLY. Code
   that is to interoperate with translated images must also be
   compiled using the /TIE qualifier. (See the associated compiler
   documentation for details.)

   Format

     /NATIVE_ONLY (default)

     /NONATIVE_ONLY
 


Additional information available:

Qualifier_Values