This will allow for running the install/strip target when cross building
for OSX.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING92a22eb2564f: [CMAKE] Use native strip on OSX
rABC92a22eb2564f: [CMAKE] Use native strip on OSX
mkdir buildcmake && cd buildcmake mkdir install cmake -GNinja .. DCMAKE_INSTALL_PREFIX=install \ -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/OSX.cmake ninja install/strip
Check the executables are stripped (compare the size vs non stripped).
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable