This is a link collection for the talk I held at stockholm c++ meetup where I talked about how to compile c++ faster.
The slides can be found here: https://docs.google.com/presentation/d/e/2PACX-1vQnImhVyHCiZka4wRmnhISq7O8wl6wvf0zmja2HNsiBDF4l6xBL6fXwFXHjdEpIsvZkiRhNNQBXmNuP/pub?start=false&loop=false&delayms=3000
- We are using Conan as our package manager and we talked about this setup in another talk.
- We use LLVM/Clang 8.0.1 as our compiler
- CMake and Ninja is our build system