Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-24E053DA-217D-4710-906F-F6C2E606E640
Visible to Intel only — GUID: GUID-24E053DA-217D-4710-906F-F6C2E606E640
LD
Specifies that a program should be linked as a dynamic-link (DLL) library.
Linux: |
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.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
None