blob: 0334204f22679606368cb8a1215f54f16853536f (
plain)
1
2
3
4
5
6
7
|
PCH_INSTANTIATE_TEMPLATES
-------------------------
* The :prop_tgt:`PCH_INSTANTIATE_TEMPLATES` target property was added to enable
template instantiation in the precompiled header. This is enabled by default
and offers a roughly 20% compile time improvement. Currently only supported
by Clang 11.
|