HP aC++/HP C A.06.20 Programmer's Guide

-n
-n
The -n option causes the program file produced by the linker to be marked as sharable.
For details and system defaults, refer to the description of ld in the HP-UX Reference
Manual or the ld(1) manpage if it is installed on your system.
-N
-N
The -N option causes the program file produced by the linker to be marked as
unsharable. Unsharable executable files generated with the -N option cannot be executed
with exec.
For details and system defaults, refer to the description of ld in the HP-UX Reference
Manual or the ld(1) manpage if it is installed on your system.
+O[no]dynopt
+O[no]dynopt
Supported only on HP-UX 11.31 systems, the +O[no]dynopt option enables [disables]
dynamic optimization for the output file. Both forms of this option change the default
setting, which allows the run-time environment to enable or disable dynamic
optimization according to a system-wide default. This option applies only to executable
files and shared libraries, if the run-time environment supports this feature. chatr(1)
can be used to change this setting, including restoration of the default setting, after the
output file has been created.
-q
-q
The -q option causes the output file from the linker to be marked as demand-loadable.
For details and system defaults, refer to the description of ld in the HP-UX Reference
Manual or the ld(1) manpage if it is installed on your system.
-Q
-Q
The -Q option causes the program file from the linker to be marked as not
demand-loadable.
For details and system defaults, refer to the description of ld in the HP-UX Reference
Manual or the ld(1) manpage if it is installed on your system.
-r
-r
Linker Options 63