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

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

Qinline-dllimport

Determines whether dllimport functions are inlined. This feature is only available for ifort.

Syntax

Linux:

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