The compiler options are divided into groups by function. The following list tells you which options are in each group.
At the minimum, the listing will show the options used by the compiler, any error messages, and a standard header that shows:
The following options only modify the appearance of a listing; they do not produce a listing. Use them with one of the other listing file options, or with the /Fl option, to produce a listing:
/Le, /Li, /Lj, /Lp, /Lt, /Lu
- The level of error message that the compiler outputs and that increments the error count maintained by the compiler (/W option).
- The number of errors that are allowed before the compiler stops compiling (/Nn option).
- What types of diagnostic messages are produced (with the /Wgrp option).
/Ti prepares your output for debugging with the IBM C and C++ Compilers debugger.
Note: The information generated by the IBM C and C++ Compilers debugger and /Wgrp options is provided to help you diagnose problems in your code. Do not use the diagnostic information as a programming interface.
- Dynamically linked runtime libraries
- Statically linked runtime libraries
- Single-thread programs
- Multithread programs
- Subsystems
Use these options to control linker parameters, logo display, default char type, and other IBM C and C++ Compilers settings.
![]()
Summary of Compiler Options
Language-Dependent Options
Compiler Option Dependencies
Compiler Option for
16-bit Declarations
Incompatible Compiler Options