summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorTobias Hieta <tobias@plex.tv>2020-08-28 07:16:04 (GMT)
committerTobias Hieta <tobias@plex.tv>2020-09-02 06:30:55 (GMT)
commit8c8f03422e3197a3414a8ed1413fcb9576df0f4b (patch)
tree526e5b6341f3f63dd848623be82448fab17f5285 /Help/release/dev
parent8c833ff0e17e63d9cbf17622abcb70a5fab240b8 (diff)
downloadCMake-8c8f03422e3197a3414a8ed1413fcb9576df0f4b.zip
CMake-8c8f03422e3197a3414a8ed1413fcb9576df0f4b.tar.gz
CMake-8c8f03422e3197a3414a8ed1413fcb9576df0f4b.tar.bz2
PCH: Template instantiation support
Adds PCH_INSTANTIATE_TEMPLATES target property for enabling template instantiation in precompiled headers. Enabled by default. Currently only supported for Clang 11 and newer. Implements #21133.
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/PCH_INSTANTIATE_TEMPLATES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/PCH_INSTANTIATE_TEMPLATES.rst b/Help/release/dev/PCH_INSTANTIATE_TEMPLATES.rst
new file mode 100644
index 0000000..0334204
--- /dev/null
+++ b/Help/release/dev/PCH_INSTANTIATE_TEMPLATES.rst
@@ -0,0 +1,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.