Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING5d6c493547fe: [CMAKE] Refactor the AddCompilerFlags facilities
rABC5d6c493547fe: [CMAKE] Refactor the AddCompilerFlags facilities
mkdir buildcmake && cd buildcmake cmake -GNinja .. ninja check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks good overall, but it looks like there are leftovers.
cmake/modules/AddCompilerFlags.cmake | ||
---|---|---|
19 ↗ | (On Diff #10609) | By convention, private construct are prefixed with _ . |
80 ↗ | (On Diff #10609) | This check is redundant as add_compiler_flags_to_var already does it. |
84 ↗ | (On Diff #10609) | You probably want to call add_compiler_flags_to_var unconditionally here. |