Keep a remove_compiler_flags macro that does both.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING531133ca14dd: [CMAKE] Split remove_compiler_flags into C and CXX variants
rABC531133ca14dd: [CMAKE] Split remove_compiler_flags into C and CXX variants
mkdir buildcmake && cd buildcmake cmake -GNinja .. -DCMAKE_BUILD_TYPE=RelWithDebInfo ninja -v
Check the -DNDEBUG does not appear on the compiler command lines.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable