dynamicCrt property

bool dynamicCrt
final

Whether to link the MSVC C runtime dynamically (/MD).

Defaults to true. When true, the produced DLL depends on external MSVCP140.dll / VCRUNTIME140.dll. Set to false for a fully self-contained DLL (/MT) with no external CRT dependency.

Implementation

final bool dynamicCrt;