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