mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Improve the build speed by 2-3X by using PCH (#4746)
* Improve the build speed by 2-3X by using PCH. This avoids rebuilding large parts of QT and C++ std headers over and over.
* Unfortunately QMake is too opinionated for this to work on macOS so it is used on Windows and Linux only.
* Remove qwindowsvistastyle.dll opengl32sw.dll from QT6 as they're not needed.
* Revert fa84a37 since we don't need it anymore.
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -64,3 +64,16 @@ doc/contrib/WASP Packet Protocol.pdf
|
||||
|
||||
# Qt testlib
|
||||
target_wrapper.sh
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
*.gch/
|
||||
_pch/
|
||||
|
||||
# Generated Source Files
|
||||
*_lex.cpp
|
||||
*_yacc.cpp
|
||||
*_yacc.h
|
||||
qrc_*.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user