Skip to content

Commit

Permalink
qt5: Do not strip binary files
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pmenzel committed Apr 9, 2018
1 parent 5770ef0 commit 9fcba71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qt5.be0
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ mee_configure() {
-sysconfdir ${SYSCONFDIR} \
-nomake examples \
-opensource \
-confirm-license
-confirm-license \
-no-strip
}

mee_build() {
Expand Down

0 comments on commit 9fcba71

Please sign in to comment.