HP aC++/HP C A.06.20 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 32).
This chapter discusses the following command-line options:
“Options to Control Code Generation” (page 38)
“Data Alignment and Storage” (page 40)
“Debugging Options” (page 42)
“Error Handling” (page 46)
“Exception Handling” (page 50)
“Extensions to the Language” (page 50)
“Floating-Point Processing Options” (page 51)
“Header File Options” (page 54)
“Online Help Option” (page 58)
“Inlining Options” (page 59)
“Information Embedding Options” (page 86)
“Library Options” (page 60)
“Linker Options” (page 62)
“Options for Naming the Output File” (page 65)
“Native Language Support Option” (page 65)
“Handling Null Pointers Options” (page 66)
“Code Optimizing Options” (page 66)
“Parallel Processing Options” (page 87)
“Performance Options” (page 91)
“Porting Options” (page 93)
“Preprocessor Options” (page 95)
“Profiling Code Options” (page 98)
“Runtime Checking Options” (page 99)
“Standards Related Options” (page 108)
“Subprocesses of the Compiler” (page 113)
“Symbol Binding Options” (page 116)
“Template Options” (page 118)
“Trigraph Processing Suppression Option” (page 121)
37