Bdynamic
Enables dynamic linking of libraries at run time. This content is specific to C++; it does not apply to DPC++.
Bstatic
Enables static linking of a user's library. This content is specific to C++; it does not apply to DPC++.
Bsymbolic
Binds references to all global symbols in a program to the definitions within a user's shared library. This content is specific to C++; it does not apply to DPC++.
Bsymbolic-functions
Binds references to all global function symbols in a program to the definitions within a user's shared library. This content is specific to C++; it does not apply to DPC++.
dynamic-linker
Specifies a dynamic linker other than the default. This content is specific to C++; it does not apply to DPC++.
F (Windows*)
Specifies the stack reserve amount for the program. This content is specific to C++; it does not apply to DPC++.
fixed
Causes the linker to create a program that can be loaded only at its preferred base address. This content is specific to C++; it does not apply to DPC++.
Fm
Tells the linker to generate a link map file. This is a deprecated option. There is no replacement option. This content is specific to C++; it does not apply to DPC++.
fuse-ld
Tells the compiler to use a different linker instead of the default linker (ld).
l
Tells the linker to search for a specified library when linking.
L
Tells the linker to search for libraries in a specified directory before searching the standard directories.
LD
Specifies that a program should be linked as a dynamic-link (DLL) library.
link
Passes user-specified options directly to the linker at compile time.
MD
Tells the linker to search for unresolved references in a multithreaded, dynamic-link run-time library.
MT
Tells the linker to search for unresolved references in a multithreaded, static run-time library. This content is specific to C++; it does not apply to DPC++.
no-libgcc
Prevents the linking of certain gcc-specific libraries. This content is specific to C++; it does not apply to DPC++.
nodefaultlibs
Prevents the compiler from using standard libraries when linking.