Tells the compiler to link to the Intel® oneAPI Threading Building Blocks (oneTBB) libraries. Option -tbb is a deprecated option; the replacement option is -qtbb.
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 icx or icpx command (C++) or the dpcpp command (DPC++) 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
Linux: -qtbb