Intel® C++ Compiler 19.0 Developer Guide and Reference
Specifies that a program should be linked as a dynamic-link (DLL) library.
Linux and macOS: | None |
Windows: | /LD /LDd |
None
OFF |
The program is not linked as a dynamic-link (DLL) library. |
This option specifies that a program should be linked as a dynamic-link (DLL) library instead of an executable (.exe) file. You can also specify /LDd, where d indicates a debug version.
None