Intel® Fortran Compiler 16.0 User and Reference Guide

Qinline-dllimport

Determines whether dllimport functions are inlined.

Syntax

Linux and OS X:

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