HP aC++/HP C A.06.25 Programmer's Guide

2 Command-Line Options
You can specify command-line options to the aCC command. They allow you to override
the default actions of the compiler. Each option begins with either a - or a + sign. Any
number of options can be interspersed anywhere in the aCC command and they are
typically separated by blanks. Unless specified otherwise, all options are supported by
C and C++ compilers.
Default options can be set using option configuration files. See “Configuration Files
(.conf Files)” (page 34).
This chapter discusses the following command-line options:
“Options to Control Code Generation” (page 40)
“Data Alignment and Storage” (page 42)
“Debugging Options” (page 44)
“Error Handling” (page 48)
“Exception Handling” (page 52)
“Extensions to the Language” (page 52)
“Floating-Point Processing Options” (page 53)
“Header File Options” (page 56)
“Online Help Option” (page 60)
“Inlining Options” (page 61)
“Information Embedding Options” (page 88)
“Library Options” (page 62)
“Linker Options” (page 64)
“Options for Naming the Output File” (page 67)
“Native Language Support Option” (page 67)
“Handling Null Pointers Options” (page 68)
“Code Optimizing Options” (page 68)
“Parallel Processing Options” (page 89)
“Performance Options” (page 92)
“Porting Options” (page 94)
“Preprocessor Options” (page 97)
“Profiling Code Options” (page 100)
“Runtime Checking Options” (page 101)
“Standards Related Options” (page 110)
“Subprocesses of the Compiler” (page 114)
“Symbol Binding Options” (page 117)
“Template Options” (page 120)
“Trigraph Processing Suppression Option” (page 122)
39