Skip to content

Add support for the PCH_INSTANTIATE_TEMPLATES property.

Tobias Hieta requested to merge tru/cmake:pch-instantiate-templates into master

As discussed in #21133 this adds support for -fpch-instantiate-templates for Clang 11 and above. It defaults to ON since it gives good compile time speed up.

Edited by Tobias Hieta

Merge request reports