This add definitions for DEBUG and DEBUG_LOCKORDER when the Debug
build type is used.
This allow the use of cmake -GNinja -DCMAKE_BUILD_TYPE=Debug as an
equivalent to configure --enable-debug.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGa4e4876986e2: [CMAKE] Add DEBUG and DEBUG_LOCKORDER definitions to the Debug config
rABCa4e4876986e2: [CMAKE] Add DEBUG and DEBUG_LOCKORDER definitions to the Debug config
mkdir buildcmake && cd buildcmake cmake -GNinja .. -DCMAKE_BUILD_TYPE=Debug ninja -v
Check that the -DDEBUG -DDEBUG_LOCKORDER flags are added to the
CXX compile lines.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmake_add_debug_definitions
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5162 Build 8387: Bitcoin ABC Buildbot (legacy) Build 8386: arc lint + arc unit