Sun Studio 12 Update 1: C++ User's Guide

Examples

In the following example, -fast expands to several options, one of which is -fns=yes which selects nonstandard floating-point mode. The subsequent -fns=no option overrides the initial setting and selects floating-point mode.


example% CC foo.cc -fast -fns=no