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++.
cxxlib
Determines whether the compiler links using the C++ run-time libraries and header files provided by gcc. 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.
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.
nostartfiles
Prevents the compiler from using standard startup files when linking.
nostdlib
Prevents the compiler from using standard libraries and startup files when linking.
pie
Determines whether the compiler generates position-independent code that will be linked into an executable.
pthread
Tells the compiler to use pthreads library for multithreading support.
shared
Tells the compiler to produce a dynamic shared object instead of an executable.
shared-intel
Causes Intel-provided libraries to be linked in dynamically. This content is specific to C++; it does not apply to DPC++.
shared-libgcc
Links the GNU libgcc library dynamically.