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-A1ADA8B2-F8F2-47F5-B497-C8CC95F4AFA3
Visible to Intel only — GUID: GUID-A1ADA8B2-F8F2-47F5-B497-C8CC95F4AFA3
fno-implicit-templates
Tells the compiler to not emit code for non-inline templates that are instantiated implicitly.
Linux: |
-fno-implicit-templates |
macOS: |
-fno-implicit-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 non-inline templates that are instantiated implicitly, but to only emit code for explicit instantiations.
None