Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-07655F86-F891-40FE-AFC0-2FB9A290FD98
Visible to Intel only — GUID: GUID-07655F86-F891-40FE-AFC0-2FB9A290FD98
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
Alternate Options
None