From 8052318179b3cb00370df64a1ec986e67828ccfd Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 6 Apr 2018 11:19:22 +0200 Subject: [PATCH] qt5: Do not strip binary files Keep the debug symbols in the binary files to make debugging easier, and stack traces more meaningful. The size increase is not so big, so install it everywhere. --- qt5.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt5.be0 b/qt5.be0 index 7b06f5535..97b7f1f49 100755 --- a/qt5.be0 +++ b/qt5.be0 @@ -19,7 +19,8 @@ mee_configure() { -sysconfdir ${SYSCONFDIR} \ -nomake examples \ -opensource \ - -confirm-license + -confirm-license \ + -no-strip } mee_build() {