Intel® C++ Compiler XE 13.1 User and Reference Guides
Tells the compiler to not emit code for non-inline templates that are instantiated implicitly.
All
Linux and OS X: | -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