Opened 15 years ago
Closed 5 years ago
#116 closed enhancement (wontfix)
Enable precompiled headers
Reported by: | Dmitry A. Kuminov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Qt Enhanced |
Component: | General | Version: | 4.5.1 Beta 5 |
Severity: | highest | Keywords: | |
Cc: |
Description
As we now support GCC4, it would be nice to make use of the precompiled headers feature that should significantly increase the build speed.
See last comments in #114 for some more information.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 5 years ago
Resolution: | → wontfix |
---|---|
Severity: | → highest |
Status: | new → closed |
as the configure.cmd is not used in Qt5 anymore, I close that ticket. When we use a later GCC we might use it in Qt 5 as well.
Note:
See TracTickets
for help on using tickets.
Note that the precompiled header (PCH) support is actually already in (see r417), but you have to enable it in configure.cmd (line 559) as it's commented out.