Chapter Contents |
Previous |
Next |
Prelinking C and C++ Programs |
Most
cool
compiler driver options
that begin with
-A
have both a positive and negative form. Most of
these default to their negative form if unspecified, but a few default to
their positive form.
For example, if you do not specify the
-Adupsname
option,
cool
does not allow the same SNAME to be used in
multiple input files; specifying
-Anodupsname
has the same
effect. Other options behave the opposite way. For example,
cool
processes extended names by default (
-Aextname
). To disable this feature, you must specify the
-Anoextname
option.
Option Summary lists the default for each
cool
option with a positive and negative
form.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.