Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public
Document Table of Contents

F (macOS)

Adds a framework directory to the head of an include file search path.

Syntax

Linux:

None

macOS:

-Fdir

Windows:

None

Arguments

dir

Is the name for the framework directory.

Default

OFF

The compiler does not add a framework directory to the head of an include file search path.

Description

This option adds a framework directory to the head of an include file search path.

IDE Equivalent

None

Alternate Options

None