-bhalt

Category

Linking

@PROCESS

None.

Purpose

Specifies the maximum error level that is allowed before the linker (ld) command halts.

Syntax

Read syntax diagramSkip visual syntax diagram
>>- -bhalt--:--error_level-------------------------------------><

Defaults

The default value is 4, as specified in the configuration file. If any linker command has an error return value greater than the value that is specified by the error_level variable, linking stops.

Rules

This option is passed directly to the ld command and is not processed by XL Fortran at all.

Related information