xcall

Option Type Default Value #pragma options C C++
-qoption noxcall - x x

Syntax

-qxcall | -qnoxcall 

Purpose
Generates code to static routines within a compilation unit as if they were external routines.

Notes
-qxcall generates slower code than -qnoxcall.

Example
To compile myprogram.c so all static routines are compiled as external routines, enter:

xlC myprogram.c -qxcall


List of Batch Compiler Options and Their Defaults
Equivalent Batch Compile-Link and Incremental Build Options