Skip to content

Commit

Permalink
OSX: remove -no-strip packaging option
Browse files Browse the repository at this point in the history
  • Loading branch information
peabody124 committed Nov 17, 2015
1 parent ae3c9a6 commit 78ec4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/osx/libraries
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ QMLDIR="${APP}/Contents/Resources/welcome"

pushd "${QT_SDK_BIN_PATH}"

./macdeployqt "${APP}" -verbose=2 -no-strip -always-overwrite -qmldir="$QMLDIR"
./macdeployqt "${APP}" -verbose=2 -always-overwrite -qmldir="$QMLDIR"

popd

Expand Down

0 comments on commit 78ec4bf

Please sign in to comment.