Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether dllimport functions are inlined.
Linux and OS X: | 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