diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-11-02 09:44:05 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-11-02 09:46:55 +0100 |
commit | 7f284a69e0c8f071278f2801ec4a59915888ea61 (patch) | |
tree | 1d106a497e5f75f21547ae443a27610ecdc5e890 | |
parent | 48327d4c4caee4a859ff0a694faad53d5b7857cc (diff) | |
download | qt-debug-pkgbuild-7f284a69e0c8f071278f2801ec4a59915888ea61.tar.gz qt-debug-pkgbuild-7f284a69e0c8f071278f2801ec4a59915888ea61.zip |
qt5: Add missing -force-debug-info.
-rw-r--r-- | qt5/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qt5/PKGBUILD b/qt5/PKGBUILD index 589e2f3..baa8fee 100644 --- a/qt5/PKGBUILD +++ b/qt5/PKGBUILD @@ -30,7 +30,7 @@ pkgname=('qt5-3d-debug' 'qt5-x11extras-debug' 'qt5-xmlpatterns-debug') pkgver=5.5.1 -pkgrel=1 +pkgrel=1.1 arch=('i686' 'x86_64') url='http://www.qt.io/developers' license=('GPL3' 'LGPL' 'FDL' 'custom') @@ -103,7 +103,8 @@ build() { -journald \ -libinput \ -no-use-gold-linker \ - -no-reduce-relocations ${SSE2} + -no-reduce-relocations ${SSE2} \ + -force-debug-info make |