From 0161a5ba52db4e499e471d6482dc923b495b9989 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 21 Feb 2018 16:00:53 -0800 Subject: Don't strip debugging symbols from the binaries in the macOS image. Unstripped binaries should allow better stack traces in the CrashReporter files. Change-Id: Idb2f11cd664dc62331f3394dee09abcd4e88f897 Reviewed-on: https://code.wireshark.org/review/25977 Reviewed-by: Guy Harris --- packaging/macosx/osx-app.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/macosx/osx-app.sh.in b/packaging/macosx/osx-app.sh.in index 8bf91782e7..cf31c022a3 100755 --- a/packaging/macosx/osx-app.sh.in +++ b/packaging/macosx/osx-app.sh.in @@ -297,7 +297,7 @@ fi # This may not work on Qt 5.5.0 or 5.5.1: # https://bugreports.qt.io/browse/QTBUG-47868 # -macdeployqt "$bundle" -verbose=2 || exit 1 +macdeployqt "$bundle" -no-strip -verbose=2 || exit 1 # # The build process added to the Wireshark binary an rpath entry -- cgit v1.2.3