Determines whether dllimport functions are inlined.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | 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