Intel® Fortran Compiler 17.0 Developer Guide and Reference
Determines whether dllimport functions are inlined.
Linux and macOS: | None |
Windows: | /Qinline-dllimport /Qinline-dllimport- |
None
/Qinline-dllimport |
The dllimport functions are inlined. |
This option determines whether dllimport functions are inlined. To disable dllimport functions from being inlined, specify /Qinline-dllimport-.
None