Intel® C++ Compiler 16.0 User and Reference Guide
Warns when a function that is declared as inline is not inlined.
Linux and OS X: | -Winline |
Windows: | None |
None
OFF |
No warning is produced when a function that is declared as inline is not inlined. |
This option warns when a function that is declared as inline is not inlined.
To see diagnostic messages, including a message about why a particular function was not inlined, you should generate an optimization report by specifying option -qopt-report=5.
None