HP Pascal/iX Programmer's Guide (31502-90023)
B- 11
The arguments in the second group implicitly
request level 2 optimizations, but an argument
from the first group overrides the implicit
level 2 regardless of their relative positions
on the command line.
-o
outfile
Name the output file from the linker
outfile
instead of
a.out
.
-P
lines
Allow
lines
lines per page of compiler listing,
including header or trailer (same as the LINES
compiler option).
-p Prepare object files for profiling with the
prof
utility.
-Q Cause the output file from the linker to be
marked as not demand loadable (see -q).
-q Cause the output file from the linker to be
marked as demand loadable (see -Q).
+Q
dfile
Cause
dfile
to be read before compilation of
each source file. The file
dfile
can only
contain compiler options.
+R Turns off range checking (same as the compiler
option RANGE OFF).
-S Output an assembly file. This file is named
filename
.s, where
filename
is the base name of
the source file.
-s Cause the output of the linker to be stripped of
symbol table information. See
strip(1)
in
linker documentation. This option is
incompatible with symbolic debugging.
-t
x,name
Substitute or insert subprocess
x
with
name
where
x
is one or more of an
implementation-defined set of identifiers
indicating the subprocesses. This option works
in the following modes:
* If
x
is a single identifier,
name
represents the full path name of the new
subprocess.
* If
x
is a set of identifiers,
name
represents a prefix to which the standard
suffixes are concatenated to construct
the full pathname of the new
subprocesses.
The values
x
can assume are:
c Compiler body (standard suffix is
pascomp
).
0 Same as
c
.
l Linker (standard suffix is
ld
).
-v Enable verbose mode, producing a step-by-step
description of the compilation process on
stderr
.
-w Turn off warning messages (same as the compiler
option WARN OFF).