This adds new facilities to add flags or definitions that only apply to
some build configuration. This is especially useful to pass debug only
flags.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGbe3622b4f150: [CMAKE] Add compiler flags to some build configuration only
rABCbe3622b4f150: [CMAKE] Add compiler flags to some build configuration only
cmake -GNinja .. -DCMAKE_BUILD_TYPE=Debug ninja -v check
Ensure the flags and definitions are correctly passed on the compilation
lines.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable