summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/precompiled_clang.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-10-15use PCH for clang plugin source too, if enabledLuboš Luňák1-0/+54
This currently supports only building with Clang on Linux, as I'm lazy to handle the other cases (and Clang should be usually self-built anyway). The main compile time cost is in optimizing the code, but this still saves few seconds per source. Change-Id: Ib6c0fd874820af737ee1257cb5234fb78bc63ad8 Reviewed-on: https://gerrit.libreoffice.org/80810 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>