chromium / subspace

A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code.; Also home of Subdoc the code-documentation generator.
https://suslib.cc
Apache License 2.0
89 stars 15 forks source link

Reduce compile times #237

Open danakj opened 1 year ago

danakj commented 1 year ago

Use clang's -ftime-report or -ftime-trace to reduce compile times. https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-ftime-report

danakj commented 1 year ago

This won't matter as much in a modules world, yet that's not here yet.