Sign up for the KDAB Newsletter
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Find what you need - explore our website and developer resources
22 September 2022
We did some experimentation, and a lot of timing, on how to speed up compile times for C++ projects. In this talk, we are going to discuss:
- Make v.s. Ninja
- Clang v.s. GCC
- The effect of using CCache
- The effect of using Precompiled Headers
- All that using the CMake build system
Some of the material is indeed Linux specific, while others apply just as well on Mac and Windows.
All QtDevCon22 Videos: https://www.youtube.com/playlist?list=PL6CJYn40gN6h5jKSLw0cEsKficprxd2iX
QtDevCon22 Website:
https://www.qtdevcon.com/
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Learn Modern C++
Our hands-on Modern C++ training courses are designed to quickly familiarize newcomers with the language. They also update professional C++ developers on the latest changes in the language and standard library introduced in recent C++ editions.
Learn more