The Pascal Compiler
49
3
–U
name
The
–U
option removes any initial definition of the
cpp
(1) symbol name. See
cpp
(1) for more information. You cannot use this option with the
-xl
option.
–V
The
–V
option prints the version number of each compilation pass.
–V0
and
–V1
The
–V0
and
–V1
options turn on sets of options that insert checks into the
object file, as follows:
–v
The
–v
(verbose) option prints the command line used to call each compilation
pass.
–w
By default, the compiler prints warnings about inconsistencies it finds in the
input program. The
–w
option turns off the warnings.
To turn off warnings in a program comment, use this command:
hostname% {$w-}
-xa
Same as
-a
.
-xarch=
a
(Solaris 2.x only) The
-xarch=
a option limits the set of instructions the
compiler may use.
–V0
Equivalent to
-C
,
-H
,
-L
, and
-s0
–V1
Equivalent to
–C
,
–H
,
–L
, and
–s1
Содержание SunSoft Pascal 4.0
Страница 14: ...xiv Pascal 4 0 User s Guide ...
Страница 16: ...xvi Pascal 4 0 User s Guide ...
Страница 30: ...6 Pascal 4 0 User s Guide 1 ...
Страница 160: ...136 Pascal 4 0 User s Guide 6 ...
Страница 268: ...244 Pascal 4 0 User s Guide 11 ...
Страница 320: ...296 Pascal 4 0 User s Guide B ...
Страница 331: ...Index 307 ...
Страница 333: ......