Commit graph

3 commits

Author SHA1 Message Date
Lukas Brübach
bbbb2c484b [Build] Add PCH-aware ccache sloppiness config; format cmake/pch headers 2026-09-02 15:09:53 +02:00
Lukas Brübach
e21dc07cc8 [Build] Format qtwidgets precompiled header
clang-format include regrouping and a missing trailing newline.
2026-09-01 16:47:22 +02:00
Lukas Brübach
c6a5cf14b2 [Build] Add precompiled headers for Qt-backed executables
Reparsing QtCore/QtGui/QtWidgets/QtNetwork in ~460 client translation
units is the dominant compilation cost. Precompile the two common layers:
- qtcore_pch.h (Qt Core only; safe even for headless Servatrice)
- qtwidgets_pch.h (adds Gui/Widgets/Network; used by Cockatrice and Oracle)

target_precompile_headers() requires CMake 3.16, now the project minimum.
Estimated 30-50% faster client rebuilds.
2026-09-01 16:15:29 +02:00