Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

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

Document Table of Contents

finline

Tells the compiler to inline functions declared with __inline and perform C++ inlining.

Syntax

Linux:

-finline

-fno-inline

macOS:

-finline

-fno-inline

Windows:

None

Arguments

None

Default

-fno-inline

The compiler does not inline functions declared with __inline.

Description

This option tells the compiler to inline functions declared with __inline and perform C++ inlining.

IDE EquivalentNone
Alternate Options

Linux and macOS: -inline-level

Windows: /Ob