Skip to content
Snippets Groups Projects
Commit c072cdfb authored by Marco Bubke's avatar Marco Bubke
Browse files

Clang: Add ClangPchManager


Compiling every header file again and again is quite time comsuming. There
are technics to improve this like preambles(a kind of automated
precompiled header) but they don't share their data between translation
units. This approach provides an automatically generated precompiled
header for every project and subproject to improve the loading time.

Change-Id: I34f5bd4db21951175920e2a9bbf6b97b1d705969
Reviewed-by: default avatarEike Ziller <eike.ziller@qt.io>
Reviewed-by: default avatarTim Jenssen <tim.jenssen@qt.io>
parent d4b1cb4a
No related branches found
No related tags found
No related merge requests found
Showing
with 1202 additions and 3 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment