-qxcall

Category

Object code control

Pragma equivalent

None.

Purpose

Generates code to treat static functions within a compilation unit as if they were external functions.

Syntax

Read syntax diagramSkip visual syntax diagram
        .-noxcall-.   
>>- -q--+-xcall---+--------------------------------------------><

Defaults

-qnoxcall

Usage

-qxcall generates slower code than -qnoxcall.

Predefined macros

None.

Examples

To compile myprogram.c so that all static functions are compiled as external functions, enter:
xlc myprogram.c -qxcall