git » qt5-base.git » commit 3ef5fa1

Don't strip binaries with qmake's make generator

author Antonio Rojas
2020-08-27 22:22:58 UTC
committer Antonio Rojas
2020-08-27 22:22:58 UTC
parent 656675069a5148ef2ca159624e19b7d40d55171b

Don't strip binaries with qmake's make generator

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index f405f41..95620bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.15.0
 pkgver=${_qtver/-/}
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -72,7 +72,8 @@ build() {
     -journald \
     -no-mimetype-database \
     -no-use-gold-linker \
-    -reduce-relocations
+    -reduce-relocations \
+    -no-strip
   make
 }