Options that Specify Compiler Output

To: See:
Perform syntax checking but do not generate an object file syntaxonly
Preprocess but not compile C
E
P
Create assembler source but not link S
Compile but not link c
Create a dynamic library object file G
Produce compiler listings noprint
source
showinc
srcmsg
xref
attr
list
listopt
Specify severity level of diagnostic messages flag
Suppress specific messages suppress
Suppress warning messages 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
Halt the compiler output a particular message is encountered haltonmsg
Produce information messages info
Report the time taken for compilation phsinfo
Report status information as the compilation proceeds v, V
Preview the compilation #


List of Batch 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
Equivalent Batch Compile-Link and Incremental Build Options