Tells the compiler to link to the Intel® oneAPI Threading Building Blocks (oneTBB ) libraries.
Linux: | -tbb |
Windows: | /Qtbb |
None
OFF |
The compiler does not link to the oneTBB libraries. |
This option tells the compiler to link to the Intel® oneAPI Threading Building Blocks (oneTBB ) libraries and include the oneTBB headers.
On Windows* systems, this option is processed by the compiler, which adds directives to the compiled object file that are processed by the linker. On Linux* systems, this option is processed by the dpcpp command that initiates linking, adding library names explicitly to the link command.
Visual Studio: None
Eclipse: Performance Library Build Components > Use Intel® oneAPI Threading Building Blocks
None