| |||
| Home > Compiler Command-line Options > Command-line options > ‑‑[no_]dllimport_runtime | |||
This option enables you to control symbol visibility when using the runtime library as a shared library.
Use the option --dll_import_runtime to mark:
all builtin symbols as __declspec(dllimport)
RTTI generated in the cpprt runtime
libraries for import
any optimized printf() and __hardfp_ functions
for import, provided that the original function is marked as __declspec(dllimport).