oneAPI-samples
oneAPI-samples copied to clipboard
Is it possible to statically link the MSVC/Intel runtime libraries?
Coming from the native MSVC toolchain I'm a little confused, the only option under DPC++->Code Generation is Multi-Threaded DLL. Is it not possible to statically link the runtime libraries?
OneSmpl_Team3 working on this.
(OneSmpl_Team3) @pulpocaminante DPC++ Compiler may not provide the same options for static linking as the native MSVC. However, you can still try to force static linking by manually modifying the linker flags. /MT /nodefaultlib:msvcrt.lib libcmt.lib