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

Examples

The following example compiles more quickly on a system with two processors than the same command without the -xjobs option.


 example% CC -xipo -xO4 -xjobs=3 t1.cc t2.cc t3.cc