HP C A.06.05 Reference Manual
Compiling and Running HP C Programs
Compiling HP C Programs
Chapter 9214
+cond_rodata Allows more data to be placed in a read-only
section.
+d Prevents expansion of inline functions.
+DD32 Generates ILP32 code and is the default.
+DD64 Generates LP64 code.
+DS
model
Performs instruction scheduling for a specific
implementation of Itanium-based architecture.
+DO
osname
Sets the target operating system for the compiler.
+dryrun Generates subprocesses information for a given
command line without running the subprocesses.
+e Enables the following HP value added features
while compiling in ANSI C mode: sized enum, long
long, long pointers, compiler supplied defaults for
missing arguments to intrinsic calls, and $ in
identifier HP C extensions.
+ES[no]lit Places [does not place] string literals and
const-qualified variables that do not require
load-time or runtime initialization in the read-only
data section.
+FP
flags
Controls floating-point traps.
+help Launches a web browser displaying an html
version of the HP C/HP-UX Online Help.
+ild Specifies incremental linking.
+ildrelink Performs an initial incremental link, regardless of
the output load module.
+inline_level num Controls how C++ inlining hints influence HP
aC++.
+inst_compiletime Causes the compiler to use the compile time (CTTI)
instantiation.
Table 9-1 HP C Compiler Options at a Glance (Continued)
Option Description