-
Notifications
You must be signed in to change notification settings - Fork 37.7k
depends: Do not force Precompiled Headers (PCH) for building Qt on Linux #20520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsNo conflicts as of last run. |
@hebasto can you post the log of the qt build failure when using Is using |
Compiler? CentOS 8 has gcc 8.3.1. |
Anything left do do here? Disabling the gui cross compilation was only a temporary hack and it should be enabled again at the earliest convenience |
On CentOS 8 the forced '-pch' option breaks Qt build. Removing '-pch' option does not affect build time for other Linux systems.
Updated b1f3587 -> c82d15b (pr20520.01 -> pr20520.02, diff):
|
review ACK c82d15b I liked the simplicity of the first patch, but this looks fine, too |
On CentOS 8 (Cirrus CI job) the forced
-pch
option breaks Qt build.Removing
-pch
option does not affect build time for other systems:Qt docs: https://doc.qt.io/qt-5/qmake-precompiledheaders.html
Fixes #20423