Sun Studio 12: C User's Guide

B.2.115 -xnolibmopt

Prevents the use of an optimized math library by the compiler by turning off any previously specified -xlibmopt option. Use this option after -fast which enables use of the optimized math library by setting -xlibmopt:


% cc -fast -xnolibmopt ...