Page MenuHomePhabricator

Fix setting CXXFLAGS in linux build docs
ClosedPublic

Authored by jasonbcox on Mar 5 2021, 04:18.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC87adc0e4b27b: Fix setting CXXFLAGS in linux build docs
Summary

I needed this while compiling on a resource-restricted machine. It turns out
CXXFLAGS is the environment variable name, not the cmake define name.

Test Plan

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

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