Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public
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