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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable