gcc-include-dir

Controls whether the gcc-specific include directory is put into the system include path. This content is specific to C++; it does not apply to DPC++.

Syntax

Linux:

-gcc-include-dir

-no-gcc-include-dir

Windows:

None

Arguments

None

Default

-gcc-include-dir

The gcc-specific include directory is put into the system include path.

Description

This option controls whether the gcc-specific include directory is put into the system include path.

If you specify -no-gcc-include-dir, the gcc-specific include directory will not be put into the system include path.

IDE Equivalent

None

Alternate Options

None