Options that Specify Compiler Output

To: See:
Perform syntax checking but do not generate an object file syntaxonly
Compile but not link c
C
E
P
Create a dynamic library object file (ld command only) G
Suppress output listings C
Produce compiler listings noprint
source
showinc
srcmsgc
xref
attr
list
listopt
Specify severity level of diagnostic messages flag
Suppress warning messagesd w
Halt the compiler output if errors of specified severity or greater are encountered halt
Halt the compiler output if num errors of specified or greater severity are encountered maxerr
Produce information messages info
Report the time taken for compilation phsinfo
Report status information as the compilation proceeds v
Trace the compilation #


List of Compiler Options and Their Defaults
Options that Specify Compiler Characteristics
Options that Specify Debugging Features
Options that Specify Preprocessor Options
Options that Define the Compiler Object Code Produced
Options that Specify Linkage Options