The following debugging options are listed in alphabetical order.
|
Action |
Option |
Details |
|---|---|---|
|
Does not expand C++ inline functions. |
+d | |
|
Shows commands built by the driver, but does not compile. |
-dryrun | |
|
Runs the preprocessor on source files; does not compile. |
-E | "-E" |
|
Displays a summary list of compiler options. |
-flags | |
|
Compiles for use with the debugger. |
-g | |
|
Compiles for debugging, but doesn't disable inlining. |
-g0 | |
|
Prints path names of included files. |
-H | |
|
Displays a summary list of compiler options. |
-help | |
|
Retains temporary files created during compilation. |
-keeptmp | |
|
Explains where to get information about migrating to 5.0 |
-migration | |
|
Only preprocesses source; outputs to .i file. |
-P | |
|
Passes an option directly to a compilation phase. |
-Qoption | |
|
Displays the content of the online README file. |
-readme | |
|
Strips the symbol table out of the executable file. |
-s | |
|
Defines directory for temporary files. |
-temp=dir | |
|
Controls compiler verbosity. |
-verbose=vlst | |
|
Turns off the Incremental Linker. |
-xildoff | |
|
Turns on the Incremental Linker. |
-xildon | |
|
Allows debugging with dbx without object (.o) files. |
-xs | |
|
Produces table information for the WorkShop source code browser. |
-xsb | |
|
Produces only source browser information, no compilation. |
-xsbfast |