U name, V0 and –v1, Xarch= a – HP SunSoft Pascal 4.0 User Manual

Page 73

Advertising
background image

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

Advertising