The following code generation options are listed in alphabetical order.
|
Action |
Option |
Details |
|---|---|---|
|
Sets the major release compatibility mode of the compiler. |
-compat | "-compat[=(4|5)]" |
|
Does not expand C++ inline functions. |
+d | |
|
Controls virtual table generation. |
+e(0|1) | |
|
Compiles for use with the debugger. |
-g | |
|
Produces position-independent code. |
-KPIC | |
|
Produces position-independent code. | -Kpic | |
|
Compiles and links for multithreaded code. |
-mt | "-mt" |
|
Specifies the code address space. |
-xcode=a | |
|
Merges the data segment with the text segment. |
-xMerge |