Code Generation Options

The code generation options let you specify how code should be generated.

Descriptions of Code Generation Options

-[no]recursive

Default: -norecursive

Compiles all procedures (functions and subroutines) for possible recursive execution. When -recursive is specified, the -auto option is also set.

-[no]reentrancy [keyword]

Default: -noreentrancy

Generates reentrant code that supports a multithreaded application. The keyword can be:

-sox[-] (IA-32 systems only)

Default: -sox-

Enables saving of the compiler options and version in the executable.

This option has no effect in Itanium®-based systems.