HP aC++/HP C Programmer's Guide (B3901-90036; A.06.26; September 2011)

NOTE: Do not use this option for programs that depend on IEEE standard floating point
denormalized numbers. Otherwise, different numerical results may occur. See
+Ofltacc=relaxed.
+Ofaster
+Ofaster
The +Ofaster option is equivalent to +Ofast with an increased optimization level.
The definition of +Ofaster may change, or the option may be deprecated in future
releases.
+[no]srcpos
+[no]srcpos
The +[no]srcpos option controls the generation of source position information for HP
Caliper. The default is +srcpos.
When +srcpos, is in effect, the compiler generates source position information. When
+nosrcpos is in effect, the compiler does not generate this information and the compiler
instructs the linker to discard any of this information found in the object files.
+DSmodel
+DSmodel
The +DSmodel option performs instruction scheduling for a particular implementation
of the Itanium®-based architecture. The default is blended.
model can be either of the following four values.
blended Tune to run reasonably well on multiple implementations. As old
implementation become less important and new implementations are
added, the behavior with this value will change accordingly.
itanium
Tune for the Itanium® processor.
itanium2
Tune for the Itanium2® processor.
native Tune for the processor on which the compiler is running.
Porting Options
Use the following options as necessary when porting your code from other operating
environments to HP-UX.
-fast
-fast
84 Command-Line Options