I needed this while compiling on a resource-restricted machine. It turns out
CXXFLAGS is the environment variable name, not the cmake define name.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC87adc0e4b27b: Fix setting CXXFLAGS in linux build docs
Before this patch, following these instructions gets you a warning
that CXXFLAGS is not used in this project. After this patch, it works as expected.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cxxflags
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 15320 Build 30569: Build Diff Build 30568: arc lint + arc unit