Oracle Solaris Studio 12.2:C++ 用户指南

示例

执行以下编译器命令,优化级别将为 –xO3


example% CC –fast –xO3

执行以下编译器命令,优化级别将为 –xO5


example% CC -xO3 –fast