Node:Optimize Call, Next:Optimize Binary, Previous:Optimize Options, Up:Optimize
When a CALL statement is executed, the called program is linked at run time. By specifying the compiler option -fstatic-call, you can statically link the program at compile time and call it efficiently. (see Static Linking)
-fstatic-call