diff options
| author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-20 15:25:35 +0200 | 
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-30 09:59:21 +0100 | 
| commit | c2ea056a1b34fd1354100d08e603b9374e225968 (patch) | |
| tree | e605af19a24f27d7dc863f6038a4c195d0a48a2e /package/python3/0029-python-config.sh-don-t-reassign-prefix.patch | |
| parent | 9c999116df027fa92bc988d070ca5f1bf81358a7 (diff) | |
| download | buildroot-c2ea056a1b34fd1354100d08e603b9374e225968.tar.gz buildroot-c2ea056a1b34fd1354100d08e603b9374e225968.zip  | |
package/qt5/qt5base: use ccache for building host code
qt5 currently doesn't use HOSTCC/HOSTCXX, so it doesn't use ccache
when building all its host code (especially qmake). This means that
even with ccache enabled and a hot cache, it still takes a long time
to build qt5base.
Before this patch, building qt5base takes:
 - 446 seconds with a cold ccache
 - 185 seconds with a hot ccache
This is because the ccache is not used for host code.
After this patch, building qt5base takes:
 - 450 seconds with a cold ccache
 - 15 seconds with a hot ccache
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python3/0029-python-config.sh-don-t-reassign-prefix.patch')
0 files changed, 0 insertions, 0 deletions

