Skip to content
  • Marco Bubke's avatar
    Clang: Add ClangPchManager · c072cdfb
    Marco Bubke authored
    
    
    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>
    c072cdfb