# HG changeset patch # User Andre Heinecke # Date 1460365259 -7200 # Node ID 1470cb8a00a84c22029138b3a9215f720c3dfe96 # Parent 927794e3cc526af54ad15ef780f3c50e274af440 Remove strip from cmake config as it has no effect diff -r 927794e3cc52 -r 1470cb8a00a8 INSTALL --- a/INSTALL Mon Apr 11 11:00:40 2016 +0200 +++ b/INSTALL Mon Apr 11 11:00:59 2016 +0200 @@ -66,11 +66,6 @@ echo "MXE_TARGETS := i686-w64-mingw32.static" > settings.mk make qtbase -Add CMAKE_STRIP to the toolchain file: - - echo "set(CMAKE_STRIP $MXEPATH/usr/bin/i686-w64-mingw32.static-strip)" >> \ - "$MXEPATH/usr/i686-w64-mingw32.static/share/cmake/mxe-conf.cmake" - Workaround Qt CMake Bugs: find $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | \