/Gd Compiler Option

Syntax: Default:
/Gd[+|-] /Gd-

Use /Gd to dynamically link to the runtime library. Your executable or dynamic link library file will call functions from IBM C and C++ Compilers DLLs, and must have access to these DLLs to run.

By default, the runtime library is statically linked. IBM C and C++ Compilers functions are copied into your executable or dynamic link library file from the IBM C and C++ Compilers library files, and do not need access to the IBM C and C++ Compilers DLLs.



Static and Dynamic Linking


Summary of Compiler Options