Oracle® Solaris Studio 12.4: C++ User's Guide

Exit Print View

Updated: March 2015
 
 

3.3.6 Language Options

Table 3-7  Language Options
Option
Action
-compat
Sets the major release compatibility mode of the compiler.
-features=alst
Enables or disables various C++ language features.
-std
Specify C++ language version.
-xchar
Eases the migration of code from systems where the char type is defined as unsigned.
-xldscope
Controls the default linker scope of variable and function definitions to create faster and safer shared libraries.
-xthreadvar
(SPARC) Changes the default thread-local storage access mode.
-xtrigraphs
Enables recognition of trigraph sequences.
-xustr
Enables recognition of string literals composed of sixteen-bit characters.