Intel® Fortran Compiler 17.0 Developer Guide and Reference

Qinline-dllimport

Determines whether dllimport functions are inlined.

Syntax

Linux and macOS:

None

Windows:

/Qinline-dllimport

/Qinline-dllimport-

Arguments

None

Default

/Qinline-dllimport

The dllimport functions are inlined.

Description

This option determines whether dllimport functions are inlined. To disable dllimport functions from being inlined, specify /Qinline-dllimport-.

IDE Equivalent

None

Alternate Options

None