Sun Studio 12: C++ User's Guide

A.2.114.1 Values

i must be one of the following:

Table A–27 The -xcheck Values

Value 

Meaning  

%all 

Perform all checks. 

%none 

Perform no checks. 

stkovf

Turns on stack-overflow checking. 

no%stkovf

Turns off stack-overflow checking. 

Defaults

If you do not specify -xcheck, the compiler defaults to -xcheck=%none.

If you specify -xcheck without any arguments, the compiler defaults to -xcheck=%none.

The -xcheck option does not accumulate on the command line. The compiler sets the flag in accordance with the last occurrence of the command.