xcall

Applies to C Applies to C++

Purpose

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

Syntax


Syntax Diagram

Notes

-qxcall generates slower code than -qnoxcall.

Example

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

xlc myprogram.c -qxcall

Related References

Compiler Command Line Options IBM Copyright 2003