author | Antonio Rojas
<arojas@archlinux.org> 2021-12-22 07:40:09 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-12-22 07:40:09 UTC |
parent | 0b2e3eb9dce6e8172128f3750ce87bfcba443d75 |
PKGBUILD | +3 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 484ff6b..5ce4f17 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=qt5-base pkgname=(qt5-base qt5-xcb-private-headers) pkgver=5.15.2+kde+r263 -pkgrel=3 +pkgrel=4 _commit=7c6c0030cf80ef7b9ace42996b0e0c3a72f76860 arch=('x86_64') url='https://www.qt.io' @@ -73,6 +73,8 @@ build() { -reduce-relocations \ -no-strip \ -ltcg +# No configure flag for fat static libs with lto + bin/qmake CONFIG+=fat-static-lto -- -redo make }