Intel® C++ Compiler Classic 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.
Linux: |
None |
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