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