use-intel-optimized-headers, Quse-intel-optimized-headers

Determines whether the performance headers directory is added to the include path search list.

IDE Equivalent

Windows: Optimization > Use Intel Optimized Headers

Linux: None

Mac OS X: None

Architectures

IA-32, Intel® 64, IA-64 architectures

Syntax

Linux and Mac OS X:

-use-intel-optimized-headers

Windows:

/Quse-intel-optimized-headers

Arguments

None

Default

-no-use-intel-optimized-headers or /Quse-intel-optimized-headers-

The performance headers directory is not added to the include path search list.

Description

This option determines whether the performance headers directory is added to the include path search list.

The performance headers directory is added if you specify-use-intel-optimized-headers (Linux and Mac OS X) or/Quse-intel-optimized-headers (Windows OS). Appropriate libraries are also linked in, as needed, for proper functionality.

Alternate Options

None