build-cpp / cmkr

Modern build system based on CMake and TOML.
https://cmkr.build
MIT License
431 stars 27 forks source link

Improve compilation speed #11

Closed mrexodia closed 2 years ago

mrexodia commented 3 years ago

While cmkr is a very small project it can already be noticed in single-threaded docker containers that the compilation is quite slow. Measure with clang's -ftime-trace to see if there is any low hanging fruit to pick.

Useful tool: https://github.com/aras-p/ClangBuildAnalyzer