Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

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

Visible to Intel only — GUID: GUID-4DCA9826-76E7-4B54-BEB3-6F96D903B706

Document Table of Contents

finline

Tells the compiler to inline functions declared with !DIR$ ATTRIBUTES FORCEINLINE.

Syntax

Linux:

-finline

-fno-inline

macOS:

-finline

-fno-inline

Windows:

None

Arguments

None

Default

-fno-inline

The compiler does not inline functions declared with !DIR$ ATTRIBUTES FORCEINLINE.

Description

This option tells the compiler to inline functions declared with !DIR$ ATTRIBUTES FORCEINLINE.

IDE Equivalent
None
Alternate Options

Linux and macOS: -inline-level

Windows: /Ob