Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to link to the Intel® Threading Building Blocks (Intel® TBB) libraries.
Linux and OS X: | -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* OS, this option is processed by the compiler, which adds directives to the compiled object file that are processed by the linker. On Linux* OS and OS X*, 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: Libraries > Use Intel® Threading Building Blocks Library
None