Replace some hardcoded linker flags with CMake built-in variables.
This has no impact to the build.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING4c604db82bfb: [CMAKE] Cleanup the OSX platform file
rABC4c604db82bfb: [CMAKE] Cleanup the OSX platform file
mkdir buildcmake && cd buildcmake cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/OSX.cmake .. ninja -v
Check the linker flags are identical before and after this patch.
Note: the build can fail if the fixes (other diffs) are not landed.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmake_osx_cleanup_toolchain_file
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5827 Build 9716: Bitcoin ABC Buildbot (legacy) Build 9715: arc lint + arc unit