Chapter Contents |
Previous |
Next |
Prelinking C and C++ Programs |
The
cool
options are summarized
in cool Options.
A more detailed description of each option is provided in the section Option Descriptions.
The first column lists the option's
compiler driver
form. This is the form of the option that you will probably use most often.
The second column indicates whether the option can be negated. An exclamation
point (!) means that the option can be negated. A plus sign (+) means that
the option cannot be negated. Both compiler driver options and
cool
options can be negated. To negate a compiler driver option, precede the option
name with
no
.
For example, to negate the
-Acontinue
option, specify
-Anocontinue
. To negate a
cool
option, precede the option name
with
!
instead of
-
, for example
!p
.
The third column lists the default for each option that can be negated. The
fourth column lists the standalone
cool
option. This is the
form of the option that you must specify when calling
cool
directly.
Note:
Some options have no compiler driver form; they
can be used only when calling
cool
directly.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.