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-B87C0D5A-2843-41AA-A0E4-AC30215F14C4
Visible to Intel only — GUID: GUID-B87C0D5A-2843-41AA-A0E4-AC30215F14C4
Winline
Warns when a function that is declared as inline is not inlined.
Linux: |
-Winline |
macOS: |
-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