-qextchk

Category

Error checking and debugging

Pragma equivalent

#pragma options [no]extchk

Purpose

Generates link-time type checking information and checks for compile-time consistency.

Syntax

Read syntax diagramSkip visual syntax diagram
        .-noextchk-.   
>>- -q--+-extchk---+-------------------------------------------><

Defaults

-qnoextchk

Usage

This option does not perform type checking on functions or objects that contain references to incomplete types.

Predefined macros

None.

Examples

To compile myprogram.c so that link-time checking information is produced, enter:
xlc myprogram.c -qextchk