HP Fortran Programmer's Guide (March 2010)
An overview of HP Fortran
Linker
Chapter 1 17
+[no]strip Strip [do not strip] symbol table information from the linker
output. For more information, see the ld(1) and strip(1) man
pages. This option is not compatible with -g. If you compile and
link separately and specify +strip on the command line, you
must also specify it on the link line. The default is +nostrip.
For information using this option, see “Stripping debugging
information” on page 119.
+[no]ttybuf Use buffered [unbuffered] output to the terminal. The default is
+ttybuf.
+[no]U77 Invoke [do not invoke] support for the libU77 library (BSD 3f). If
you compile and link separately and specify +U77 on the compile
line, you must also specify it on the link line. The default is
+noU77.
For information about the libU77 library, see “Additional
HP Fortran libraries” on page 80 and the HP Fortran
Programmer’s Reference.
-Wl,options Pass a comma-separated list of options to the linker. For
information about options supported by the linker, see the ld(1)
man page.
Table 1-6 Options for controlling the Linker (Continued)
Option Function