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

ID 767251
Date 3/22/2024
Public
Document Table of Contents

finline

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

Syntax

Linux:

-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: -inline-level

Windows: /Ob