Intel® C++ Compiler 16.0 User and Reference Guide

tbb, Qtbb

Tells the compiler to link to the Intel® Threading Building Blocks (Intel® TBB) libraries.

Syntax

Linux and OS X:

-tbb

Windows:

/Qtbb

Arguments

None

Default

OFF

The compiler does not link to the Intel® TBB libraries.

Description

This option tells the compiler to link to the Intel® Threading Building Blocks (Intel® TBB) libraries and include the Intel® TBB headers.

Note

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.

IDE Equivalent

Visual Studio: None

Eclipse: Performance Library Build Components > Use Intel® Threading Building Blocks Library

Xcode: Libraries > Use Intel® Threading Building Blocks Library

Alternate Options

None