Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 3/31/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

gcc-include-dir

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

Syntax

Linux:

-gcc-include-dir

-no-gcc-include-dir

macOS:

None

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