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

ID 767251
Date 6/24/2024
Public
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