Generates code using the floating point capabilities of the selected processor or software floating point if the processor has no floating point support.
Rejects any use of floating point variables or constants in C, C++, or Pascal. Equivalent to the -fnone build-time option.
The following is a description of the items in the NDR window.
Generates position independent code. Equivalent to the -pic PIC option.
Generates position independent data. Equivalent to the -pid PID option.
Enables the ZDA optimization. Puts variables smaller than the threshold in the Zero Data Area. Equivalent to the -zda= special data area option.
Specifies a size in bytes to determine which data objects appear in the zero data area. Equivalent to the -zda=special data area option.