HP aC++/HP C Programmer's Guide (B3901-90036; A.06.26; September 2011)
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 29).
This chapter discusses the following command-line options:
• “Options to Control Code Generation” (page 35)
• “Data Alignment and Storage” (page 37)
• “Debugging Options” (page 39)
• “Error Handling” (page 43)
• “Exception Handling” (page 47)
• “Extensions to the Language” (page 47)
• “Floating-Point Processing Options” (page 48)
• “Header File Options” (page 52)
• “Online Help Option” (page 55)
• “Inlining Options” (page 56)
• “Information Embedding Options” (page 79)
• “Library Options” (page 57)
• “Linker Options” (page 59)
• “Options for Naming the Output File” (page 61)
• “Native Language Support Option” (page 62)
• “Handling Null Pointers Options” (page 62)
• “Code Optimizing Options” (page 63)
• “Parallel Processing Options” (page 79)
• “Performance Options” (page 83)
• “Porting Options” (page 84)
• “Preprocessor Options” (page 87)
• “Profiling Code Options” (page 90)
• “Runtime Checking Options” (page 91)
34 Command-Line Options