Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
6.1
-
None
-
Ubuntu 20.04 LTS
clang 10.0.0
Description
- Clone qtbase.
I'm at f071ba31b2e441268518217cbe2ec4fe1c978b31 - Do shadow builds of this in empty directories.
I used:MAKEFLAGS=-j7 nice ../qtbase/configure -platform linux-clang -opensource -confirm-license -nomake examples -nomake tests -prefix $PWD -release <buildtool> && nice make -j7
with <buildtool> being -cmake or -qmake, respektively.
- Check the sizes of these builds:
qtrob@rob-desktop:/tmp/sizetest$ du -sh *make 715M cmake 622M qmake
Attachments
Issue Links
- relates to
-
QTBUG-97601 Compilation speed decrease with Qt 6.2 compared to Qt 5.15.2
- In Progress
- resulted from
-
QTBUG-89476 [REG 5.15 -> 6.0] Configure doesn't build for release by default
- Closed