Generates code to treat static functions within a compilation unit as if they were external functions.
.-noxcall-. >>- -q--+-xcall---+--------------------------------------------><
-qxcall generates slower code than -qnoxcall.
To compile myprogram.c so that all static functions are compiled as external functions, enter:
xlc myprogram.c -qxcall
Related information