How to speed up Compile Time of my CMake enabled C++ Project?

前端 未结 2 1640
情书的邮戳
情书的邮戳 2020-11-29 06:58

I came across several SO questions regarding specific aspects of improving the turn-around time of CMake enabled C++ projects lately (like \"At what level should I distribut

2条回答
  •  旧时难觅i
    2020-11-29 07:34

    For speeding up the CMake configure time see: https://github.com/cristianadam/cmake-checks-cache

    LLVM + Clang got a ~3x speedup.

提交回复
热议问题