This adds a variant target to build a stripped application bundle. This
stripped version will be used for building the DMG image.
This is necessary because the macdeployqt tools will strip everything
but the input application.
Depends on D4384.
Differential D4406
[CMAKE] Build a stripped version of the application bundle and use it Fabien on Nov 7 2019, 15:12. Authored by Tags None Subscribers None
Details
This adds a variant target to build a stripped application bundle. This Depends on D4384. ninja BitcoinABC-Qt ls -l src/qt/BitcoinABC-Qt.app/Contents/MacOS/BitcoinABC-Qt Note the size of the binary. ninja BitcoinABC-Qt-strip ls -l src/qt/BitcoinABC-Qt.app/Contents/MacOS/BitcoinABC-Qt Check the binary size decreased. ninja osx-dmg # Sanity check
Diff Detail
Event Timeline
Comment Actions I have another solution which can be more elegant to this problem, so moving this diff out of the review queue for now. |