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

ID 767251
Date 6/24/2024
Public

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

Document Table of Contents

finline

Determines whether the compiler inlines functions declared with !DIR$ ATTRIBUTES FORCEINLINE.

Syntax

Linux:

-finline

-fno-inline

Windows:

None

Arguments

None

Default

-finline

The compiler inlines functions declared with !DIR$ ATTRIBUTES FORCEINLINE.

Description

This option determines whether the compiler inlines functions declared with !DIR$ ATTRIBUTES FORCEINLINE.

If -fno-inline is specified, the compiler does not inline functions declared with !DIR$ ATTRIBUTES FORCEINLINE.

IDE Equivalent

None

Alternate Options

-fno-inline

Linux: -inline-level
Windows: /Ob0