Intel® C++ Compiler 19.0 Developer Guide and Reference
Tells the compiler to link to the Intel® Threading Building Blocks (Intel® TBB) libraries.
Linux and macOS: | -tbb |
Windows: | /Qtbb |
None
OFF |
The compiler does not link to the Intel® TBB libraries. |
This option tells the compiler to link to the Intel® Threading Building Blocks (Intel® TBB) libraries and include the Intel® TBB 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* and macOS* systems, this option is processed by the icc/icpc command that initiates linking, adding library names explicitly to the link command.
Visual Studio: None
Eclipse: Performance Library Build Components > Use Intel® Threading Building Blocks Library
Xcode: Performance Library Build Components > Use Intel® Threading Building Blocks Library
None