From 2e97ada7512d933d0261fb5340985efe2ef67d65 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 7 Aug 2019 09:01:29 +0200 Subject: [PATCH] qt5: Do not build unused precomp. headers Since they aren't installed, there is no need to build them. (As a side effect the size of the build archive is halved :) --- qt5.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qt5.be0 b/qt5.be0 index e47155d6f..c6581ee2e 100755 --- a/qt5.be0 +++ b/qt5.be0 @@ -26,7 +26,9 @@ mee_configure() { -nomake examples \ -opensource \ -confirm-license \ - -no-strip + -no-strip \ + -no-pch + } mee_build() {