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-4D74670E-2DA6-49F4-A676-C21FAB951B90
Visible to Intel only — GUID: GUID-4D74670E-2DA6-49F4-A676-C21FAB951B90
fno-implicit-inline-templates
Tells the compiler to not emit code for implicit instantiations of inline templates.
Linux: |
-fno-implicit-inline-templates |
macOS: |
-fno-implicit-inline-templates |
Windows: |
None |
None
OFF |
The compiler handles inlines so that compilations, with and without optimization, will need the same set of explicit instantiations. |
This option tells the compiler to not emit code for implicit instantiations of inline templates.
None